A 2D maze-based game where players navigate through a honeycomb maze to find the hidden exit while avoiding toxic gas and patrolling guards. The trick is to be fast and be careful
The player must find the hidden exit. Guards patrol the edges of the maze, making the journey dangerous. Toxic gas randomly emits, blocking paths and threatening survival.
- Use WASDQE keys to move around the maze.
- 'w': top
- 'a': bottom-left
- 's': bottom
- 'd': bottom-right
- 'q': top-left
- 'e': top-right
- Find the exit avoiding the guards and toxic gas emissions that occur at random intervals.
(exit can be any of the edge hexagons)