A text based river raid clone in Rust base on https://github.com/jadijadi/riverraidrust.git
Make sure you have the following installed:
- WSL or Linux
- Rust (via
cargo)
If you don't have Rust installed, follow these steps to install it on WSL or Linux:
-
Open your terminal.
-
Install Rust using
rustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Follow the on-screen instructions to complete the installation.
-
Verify that Rust and Cargo are installed correctly:
rustc --version
cargo --version
- Clone repository:
git clone https://github.com/RezaTaheri01/river-raid-rust.git- Build(you can just run):
cargo build
- Run
cargo run
- Enemy
- Fuel
- Shooting
- Symbol emojies
