Ball Game is a simple 2D game written in Rust, using the Bevy game engine version 0.10. I used this as a learning tool so any suggestions are welcome.
Collect stars, avoid the red balls and try to beat your high score!
Play it online at akotro.github.io/ball-game.
To play the game, use the following keybinds:
W
orUp Arrow
: Move upS
orDown Arrow
: Move downA
orLeft Arrow
: Move leftD
orRight Arrow
: Move right
Escape
orSpace
: Pause/ResumeM
: Main menuG
: GameShift-Escape
: Quit
Credit goes to Jacques for their Bevy tutorials and to Kenney for the assets. Additional credits can be found in the CREDITS file.
This project is licensed under the MIT License.