Skip to content

ArmaanAS/rust-maze-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-maze-gen

Commandline maze generator, written in Rust

Usage example

You can build the project like any rust project and run it with

# Build optimised release
cargo build --release

# Run the tool with width and height args
./target/release/maze-gen 24 12

Or you can run it directly with cargo run [width] [height].

cargo run        # Generates 16 x 16 maze
cargo run 24     # Generates 24 x 24 maze
cargo run 24 12  # Generates 24 wide x 12 tall maze

Release History

  • 0.1.0
    • Initial release

License

Distributed under the MIT license. See LICENSE for more information.

About

Commandline maze generator in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages