Skip to content

Developing a clone of a video game called Rogue using Rust.

Notifications You must be signed in to change notification settings

Mehdibenhadjkhelifa/rogue-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Developing a clone of a video game called Rogue using Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages