Skip to content

coffeefreak101/terminal-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Maze

This is a terminal maze game I wrote in Rust for fun.

Features

  • Randomly generated maze
  • Customize maze height and width
  • Tracks your path through the maze
  • Can help you solve the maze
  • Watch the game go through the maze

Build

cargo build

Run

cargo run

Help

cargo run -- -h
Terminal maze game

Usage: maze [OPTIONS]

Options:
      --height <HEIGHT>  [default: 10]
      --width <WIDTH>    [default: 10]
  -b, --breadcrumbs      Show red dots along your path
  -m, --mode <MODE>      Watch the game solve the maze [default: play] [possible values: play, watch]
  -h, --help             Print help

Controls

  • Use to move.
  • Use Esc or q to quit.
  • Use Space to get a hint!
  • Use b to show a trail of breadcrumbs.

About

CLI maze game written in Rust for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages