Skip to content

cronik/rusty-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Maze

Console Maze game written in Rust.

Usage

# build and run this project locally
cargo run -- --help
docker run --rm -it -e COLUMNS="`tput cols`" -e LINES="`tput lines`" ghcr.io/cronik/rusty-maze 

Ideas

  • Visited path tracker toggle
  • Difficulty: Hard/Normal
  • Save/Share/Replay maze
  • Draw options: large/small
  • Timer