package spaceInvaders; class Ship { attribute exploded: Boolean; attribute exploding: Boolean; attribute x: Number; attribute y: Number; }