cecelot / ariadne

A visualization tool for simple graph search algorithms applied to mazes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mazes

A simple CLI interface for visualizing mazes. This is a port of a school project originally written in C++ to learn a little more about Rust.

Interface

ariadne 0.1.0

USAGE:
    ariadne <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    clear     Clear the prompt window
    create    Create a maze
    exit      Quit the program
    export    Export a maze to a JSON file
    help      Print this message or the help of the given subcommand(s)
    load      Load a maze from a JSON file
    quit      Quit the program
    show      Show the current maze
    solve     Solve a maze

About

A visualization tool for simple graph search algorithms applied to mazes


Languages

Language:Rust 96.7%Language:Nix 3.3%