mazter

Crates.iomazter
lib.rsmazter
version2.1.1
sourcesrc
created_at2022-07-27 13:50:10.268159
updated_at2024-11-04 19:49:07.599824
descriptionMazes in your terminal
homepagehttps://dystroy.org/mazter
repositoryhttps://github.com/Canop/mazter
max_upload_size
id633928
size187,681
Denys Séguret (Canop)

documentation

https://dystroy.org/mazter

README

Mazes in your terminal.

MIT Latest Version Chat on Miaou

Mazter is a maze game and generator, with fluid moves and an adaptative rendering dynamically finding the resolution which best suits your terminal's size.

asciicast

Install

Either

See options

mazter --help

Play

Simply run

mazter

Move with the arrow keys to exit the maze.

An encounter with a red monster teleports you a short distance, and removes one life.

You get more lives on green squares.

screenshot

As your accomplishments are saved, you'll start at the first level you didn't already win.

But you may replay a previous level with mazter --level 3.

If you're several players on the same account, you should specify who's playing:

mazter --user gael

You can see the Hall of Fame with mazter --hof:

screenshot

Just generate a maze

build a random maze

mazter --build

screenshot

build a maze for a given level

mazter --build --level 20

Just gaze

With the screen-saver mode, mazter plays by himself, even taking a place in the hall of fame.

mazter --screen-saver
Commit count: 41

cargo fmt