termaze

maze generation and pathfinding visualizer
git clone git://git.yotsev.xyz/termaze.git
Log | Files | Refs | README | LICENSE

commit 60ed8bece29f2e5427466b52e78e46cca5ebab11
parent 64dd54f68c964d3faba1b00c3ca94156033e9107
Author: Petar Yotsev <petar@yotsev.xyz>
Date:   Sun, 23 Aug 2020 19:40:49 +0100

Mark flood fill recursive divider as finished

Also added note on the menu in the usage section.

Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,13 +10,16 @@ the terminal. * Maze generation algorithms * [X] Recursive backtracker - * [ ] Recursive divider + * [X] Recursive divider * [X] Recursive divider - flood fill version * [X] Modified Kruskal's algorithm * [X] Modified Prim's algorithm - random edges * [X] Modified Prim's algorithm - weighted graph * [ ] Growing tree * [X] Wilson's random walk algorithm + * [ ] Binary tree + * [ ] Eller's algorithm + * [ ] Sidewinder * Pathfinding algorithms * [X] A* * [X] Dijkstra's @@ -27,6 +30,8 @@ the terminal. ./termaze +Press escape to enter the menu. Navigation is done with vim-like keybindings. + ## Dependencies * ncurses