package spaceInvaders; class Alien { attribute dead: Boolean; attribute exploding: Boolean; attribute row: Number; attribute column: Number; }