tmaze 1.12.1

Simple multiplatform maze solving game for terminal written entirely in Rust
Documentation
1
2
3
4
5
6
7
pub mod game;
pub mod helpers;
pub mod renderer;
pub mod settings;
pub mod ui;

use cmaze::{core, gameboard};