Skip to content

KPMGE/maze-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-rs

This is a simple maze-generator program made in rust

Results

How do i run it? 🏃

In order to run this project, first make sure you have the rust programming language properly installed. If so, you can run this project with the following command:

cargo run

Buildig 🔨

If you wanna build this project to production instead of just running it, you can do so by using cargo again:

cargo build --release

It will compile the program and generate an optimized executable of it in the target/release/maze-rs location.

Now you can run it directly:

./target/release/maze-rs

Have fun! 🎉

About

maze generator program in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages