tmaze 1.17.0

Simple multiplatform maze solving game for terminal written entirely in Rust
Documentation
1
2
3
pub fn term_size() -> (u16, u16) {
    crossterm::terminal::size().unwrap_or((100, 100))
}