Crates.io | A-Mazed |
lib.rs | A-Mazed |
version | 0.1.0 |
source | src |
created_at | 2022-11-08 04:35:16.047436 |
updated_at | 2022-11-08 04:35:16.047436 |
description | App to generate mazes in terminal |
homepage | |
repository | https://github.com/sudeshsubedi/A-Mazed |
max_upload_size | |
id | 707759 |
size | 93,052 |
App to generate mazes in terminal
A project I started to explore maze generation algorithms but got turned into me exploring useful rust crates like clap, colored.
You dont need to download anything explicitely I think. Well you do need to have cargo and rust stuff installed. Also git if you want to git clone. At this point I'm just filling this readme so don't mind me. Anyway here are the crates I used:
For now just clone it from github.
git clone https://github.com/sudeshsubedi/A-Mazed.git
cd A-Mazed
cargo build --release
./target/release/A-Mazed
For now (again) go to the project directory and cargo run
For app's arguments and command:
./target/release/A-Mazed -h
This will produce following help message:
Some of the outputs of the app
Sudesh Subedi
@sudeshsubedi9
This project is licensed under the MIT License - see the LICENSE file for details
Inspiration for the project and resource on algorithms is from the book Maze-for-programmers by Jamis Buck.