Return to games
Nandato Asteroids
Description
- Move with Arrow Keys
- Shoot with SpaceBar
- Destroy asteroids to gain points
- Gameover if you touch an asteroid
Patch notes
v0.2
- Added dynamic spawning of asteroids with random direction and speed
- Asteroids have no friction so they always keep their speed while moving and bouncing
- Add ability to shoot a projectile by pressing SpaceBar
- Added score tracking
- When a projectile collides with anything it disappears.
- When a large asteroid collides with a projectile it destroys itself and spawns 2 small asteroids with random direction and speed
- When a small asteroid collides with a projectile it destroys itself
- Whenever an asteroid is destroyed the player gets 1 point
- Added boundaries that block player movement and that bounce asteroids
- When a player collides with an asteroid the game ends and transitions to a gameover screen
- Added gameover screen that shows score and lets the player restart the level
v0.1
- Initial demo
- Basic player movement with arrow keys
- Fixed asteroids for collision testing
Return to games