A simple and fun Path Finding Game built using HTML, CSS, and JavaScript. The goal of the game is to find the correct path within a grid of cells. Test your memory and decision-making skills with this easy-to-play game!
- Click the Start Game button to begin.
- You’ll see a 5x5 grid of cells.
- Your objective is to find the correct path:
- Click on a cell.
- If the cell is part of the correct path, it will turn green.
- If the cell is incorrect, it will turn red, and the game ends.
- If you complete the correct path without any mistakes, you win!
- A timer tracks how long it takes you to complete the game.
- Interactive Gameplay: Clickable grid with visual feedback.
- Timer: Tracks the time taken to complete the path.
- Winning and Losing Conditions:
- Win if you correctly identify the path.
- Lose if you click a wrong cell.
- Reset Option: Automatically resets the game after winning or losing.
- HTML: For the structure of the game.
- CSS: For styling and design.
- JavaScript: For game logic and interactivity.