Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mavis

mavis (or maze-visualizer) is a maze and pathfinding algorithm visualization TUI app built with Rust 🦀!

Preview

screen-capture.mp4

TODO

  • Implement basic maze generation algorithms:
    • Recursive Backtracking
    • Prim's
    • Noise Map
  • Implement basic pathfinding algorithms:
    • A*
    • BFS
    • DFS
  • Display pathfinding better (i.e., show explored path, and final path more clearly)

⚠️ Note

Before you look at the source code (and regret it eternally), understand my goal for my first Rust project was to make it run instead of making it clean. Beware, you've been warned :)

About

A maze generation and pathfinding TUI application built with Rust.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages