Asteroids arcade game made using the Bevy Game Engine. ๐ฆ๐น๏ธ๐โ๏ธ
This game uses the keyboard for all actions.
- The Game Flow can be manipulated using:
-> Escape (Pauses the game).
-> Enter (Initializes the game or restarts the game after it ends).
-
The Hero Ship can be moved using:
-> W / Arrow Up (Accelerate).
-> S / Arrow Down (Brake).
-> A / Arrow Left (Rotate to the left).
-> D / Arrow Right (Rotate to the right). -
The Hero Ship can shoot using:
-> Space (Shoot).
There are some different ways to increase your points.
-
On destroyind asteroids:
-> Big asteroids rewards the player with 10 points.
-> Medium asteroids rewards the player with 30 points.
-> Small asteroids rewards the player with 50 points. -
On just still being alive:
-> After 10 seconds, the player is rewarded with 5 points.
