You like Mazes? You like Stone, Paper and Scissors? You'll love this.
A maze with a unique movement mechanic, along with fusion of obstacles from the classic stone, paper and scissors. Compete on a leaderboard and get the fastest time to solve the maze along by using least number of items.
You can play the game online at maze.priyavkaneria.com.
- Interactive Gameplay: Navigate through a dynamically generated maze.
- Item Collection: Collect stones, papers, and scissors to progress through the maze.
- Checkpoints: Place checkpoints to save your progress and teleport back if needed.
- Responsive Design: Optimized for both desktop and mobile devices.
- Leaderboard: Submit your score and see how you rank against other players.
- Customizable UI: Choose between emojis and colored blocks for the maze items.
- Timer: Track your time to complete the maze.
- Cheat Detection: Ensures fair play by detecting and preventing cheating.
- Node.js (v14 or later)
- npm (v6 or later)
-
Clone the repository:
git clone https://github.com/yourusername/maze-game.git cd maze-game -
Install dependencies:
npm install
Start the development server:
npm run dev