A Rogue-like game I'm creating while following along this cool tutorial.
- Make sure you have Rust installed:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install dependencies:
cargo install
- Run!
cargo run
A Rogue-like game I'm creating while following along this cool tutorial.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install
cargo run