Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 303 Bytes

Hex Maze

Demonstration video

Generates a maze on a hexagonal grid using randomized DFS, then solves it using A*. The output is displayed in the terminal.

NOTE: Only works on platforms with libc (Linux, MacOS, etc.) because I wanted to mess around and work with libc directly.