Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjamin-davies/hex-maze

Generates a maze on a hexagonal grid using randomized DFS, then solves it using A*.
https://github.com/benjamin-davies/hex-maze

Last synced: about 1 month ago
JSON representation

Generates a maze on a hexagonal grid using randomized DFS, then solves it using A*.

Awesome Lists containing this project

README

        

# Hex Maze

![Demonstration video](docs/demo.gif)

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.