Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.38 KB

road-racer


Description

The game was built using bevy engine and the wrapper – rusty-engine.

The goal of the game is to get the highest possible score. As time goes on, the game speed and quantity of obstacles increase.

Gameplay screenshot

Controls

  • Use W or key on your keyboard to move car up and S or key to move the car down;
  • Press Q to exit the game.

Running the game

While you're in the root directory of the project, execute:

cargo run --release

Licence