An open world RPG game, written in rust
ensure you have rust installed on your system
rustc --version
cargo --versionclone the repo
git clone https://github.com/pauytrh2/rpg.git
cd rpgformat, build, and run
cargo fmt
cargo runor all in one command (for linux):
git clone https://github.com/pauytrh2/rpg.git && cd rpg && cargo fmt && cargo run