Skip to content

pauytrh2/rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG

An open world RPG game, written in rust

Installation

ensure you have rust installed on your system

rustc --version
cargo --version

clone the repo

git clone https://github.com/pauytrh2/rpg.git
cd rpg

format, build, and run

cargo fmt
cargo run

or all in one command (for linux):

git clone https://github.com/pauytrh2/rpg.git && cd rpg && cargo fmt && cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages