A physical 2d racing game
Go to file
MohammadSaleh Kamyab c7675cedad Merge branch 'main' of https://codeberg.org/mskf1383/Riotous-Cars 2022-09-13 14:06:10 +04:30
assets Add missed assets 2022-09-11 10:56:21 +04:30
src update 2022-09-11 10:55:02 +04:30
.gitignore Upload 2022-08-06 15:29:18 +04:30
Cargo.toml Upload 2022-08-06 15:29:18 +04:30
LICENSE Add license 2022-08-06 15:38:59 +04:30
LICENSE.png Add License badge 2022-09-13 14:01:34 +04:30
README.md Merge branch 'main' of https://codeberg.org/mskf1383/Riotous-Cars 2022-09-13 14:06:10 +04:30
screenshot.png Change 2022-08-27 13:27:40 +04:30

README.md

Riotous Cars

A Free (as in Freedom) physical 2D racing game. Developed using Rust language and Bevy engine.

A screenshot of game with debug info

Warning: This game is in early development!

Run

  1. install Rust language
  2. Install OS dependencies:
  1. Clone the repository:
git clone https://codeberg.org/mskf1383/Riotous-Cars.git
  1. Go to project directory:
cd Riotous-Cars/
  1. Build and run it:
cargo run --release

How to play

  • W: Go forward
  • S: Go backward
  • A: Rotate left
  • D: Rotate right
  • Left shift: Activate jet engine
  • Mouse left-click: Fire

TODO

  • Player car
    • Movement
    • Rotation
    • Jet Engine
    • Gun
  • Limitations
    • Health
    • Gun temperature
    • Jet engine capacity
  • Enemies
  • Upgrades
  • Levels

License

GNU GPL v3