Hex Maze 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.