A simple 5x5 grid game where the player must find the hidden 'X' in under 10 moves. Built using HTML, CSS, and JavaScript.
Try it live: Play the game on GitHub Pages
- You start at position (1, 1).
- Use the arrow buttons (
โฌ ๏ธ โก๏ธ โฌ๏ธ โฌ๏ธ
) to move around the grid. - Your goal is to find the hidden 'X' before you reach 10 moves.
- If you win, your high score (least moves to win) is saved until you refresh.
- You can reset the game at any time.
- HTML
- CSS
- JavaScript (Vanilla)
- Download the ZIP or clone the repo:
git clone https://github.com/RoboCode24/grid-game.git