Files
asteroids/Asteroids
Ricky Barrette c0f14c2f2e Decreased rotational speed, and updated AsteroidGame.downShip()
I updated AsteroidGame.downShip() to move & stop the ship, rather than
deleting the current ship and creating a new one. Ships are only
deleted when the game is over.

I added MovingSpaceObject.allStop() to complement the above.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-04-04 09:07:00 -04:00
..