Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.11 KB

File metadata and controls

36 lines (27 loc) · 1.11 KB

asteroids

Asteroids arcade game made using the Bevy Game Engine. 🦀🕹️🚀☄️

image


Commands ⌨️🕹️

This game uses the keyboard for all actions.

Game Flow

  • The Game Flow can be manipulated using:
    -> Escape (Pauses the game).
    -> Enter (Initializes the game or restarts the game after it ends).

Hero Ship

  • 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).

Scoreboard 💯

There are some different ways to increase your points.

Increasing the score

  • 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.