Super Asteroids
A downloadable game for Windows
Super Asteroids Continued
The Assignment
- Create a new script on the Bullet prefab to control what happens when the bullet runs into stuff
- use OnCollisionEnter(Collision other) to check if the bullet hits an asteroid
- if hit asteroid,
- create 2-3 fragments
- destroy bullet and asteroid
- add 5 to score
- if hit fragment
- destroy bullet and fragment
- add 2 points to score
- if hit player
- destroy bullet
- subtract 5 points for hitting the player
- if hit asteroid,
- Create UI to show score
- Create end game
- instead of subtracting score, subtract player health, if player health <= 0, game over
- Create buttons to quit and to restart
- use OnCollisionEnter(Collision other) to check if the bullet hits an asteroid
SUPER ASTEROIDS
The Assignment
- Create particles that...
- follow your ship
- get smaller over lifetime
- change color over lifetime
- have noise
- Add obstacles to your level
- Create a build of your game
Status | In development |
Platforms | Windows |
Author | Ethan Lee |
Leave a comment
Log in with itch.io to leave a comment.