Skip to content

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

Notifications You must be signed in to change notification settings

Benjamin-Davies/hex-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Languages