Skip to content

Ruchita1010/maze-escape

Repository files navigation

Maze Escape

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

Game overview

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.

How to Play

  • 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)

Preview

Start Screen startScreen

Game Screen gameScreen