Hexagonal Maze Game
Navigate a flat-top hex grid with 6 directions. Use Q/W/E/A/S/D or the on-screen buttons.
6 Directions
Move in six directions instead of four — more connections mean more strategic choices.
Controls
Q=NW, W=N, E=NE, A=SW, S=S, D=SE. Or use on-screen direction buttons on mobile.
Algorithm
Generated using recursive backtracking on a flat-top hexagonal grid with odd-q offset coordinates.