Sherwoodwt / SpaceGame

Just a Space game written in Java
1 stars 0 forks source link

Update Ship States and Images #15

Closed Sherwoodwt closed 8 years ago

Sherwoodwt commented 8 years ago

Description

It needs to be more obvious which direction the ships are facing, and when they are shooting and blowing up.

Requirements

  1. Change ship images to make it more obvious which way it is facing.
  2. In Ship class add states for FORWARD, BACKWARD, TURNING LEFT, TURNING RIGHT, SHOOTING, BLOWING UP.
  3. Draw in Ship in these states should draw something to signify these things. 3,a. SHOOTING= new ship image, red tip. 3,b. BLOWING UP= new ship image, explosion.

Movement will be handled in a different card because it is complicated.