Skip to content

Asteroids arcade game made using the Bevy Game Engine. ๐Ÿฆ€๐Ÿ•น๏ธ๐Ÿš€โ˜„๏ธ

License

Notifications You must be signed in to change notification settings

zenialexandre/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

60 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

Asteroids arcade game made using the Bevy Game Engine. ๐Ÿฆ€๐Ÿ•น๏ธ๐Ÿš€โ˜„๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages