Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 664 Bytes

rogue-clone

Creating a game similar to Rogue in a proccess of learning the fundamentals of rust

STATUS : In Development

Setup and exec

1-Start by cloning the repository using :

git clone --recursive https://github.com/Mehdibenhadjkhelifa/rogue-clone.git

2-To build & run the project you need to have rust installed in your system(rustc,cargo).

If it is not, refer to the official rust website here:

rust-lang.org/tools/install

3-Build and run the project with this following command :

cargo run --release

The program should execute successfully and you should find the binaries under target/Release/