|
||
---|---|---|
assets | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
LICENSE.png | ||
README.md | ||
screenshot.png |
README.md
Riotous Cars
A Free (as in Freedom) physical 2D racing game. Developed using Rust language and Bevy engine.
Warning: This game is in early development!
Run
- install Rust language
- Install OS dependencies:
- GNU/Linux
- Windows: Make sure to install VS2019 build tools
- MacOS: Install the Xcode command line tools with
xcode-select --install
or the Xcode app
- Clone the repository:
git clone https://codeberg.org/mskf1383/Riotous-Cars.git
- Go to project directory:
cd Riotous-Cars/
- 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