Classic Atari Asteroids
Welcome to Asteroids
Move your ship around the screen and blast the Asteroids for points. Each level gets harder.
Controls
Left and Right Arrow Keys - Rotate the ship
Up Arrow - Controls the Thrust of the Ship
Space Bar - Shoots
Comments
Log in with itch.io to leave a comment.
Nicely looking asteroids.
There is an issue with shooting when holding space. Initially only one bullet shoots and after some delay all other shoot. That's probably the ship shoots when game receives a key down event which is not ideal. This should be implemented in game logic instead - the ship can shoot another bullet only after say 250ms previous bullet was shot.
Also when holding space, shooting stops when I rotate the ship.