The Cursor Maze Game! This is a simple interactive game created using HTML, CSS, and JavaScript. The goal is to navigate your cursor from the "Start" block to the "End" block without touching any of the walls.
- Interactive Maze: The maze consists of a starting block, an ending block, and boundaries (walls). Your task is to move your cursor through the maze without hitting the walls.
- Game Start: Hover over the "Start" block to begin the game. A message will display that you've started.
- Game Over: If you touch any of the walls, the game will end. The walls will turn red, and the game status will display "GAME OVER!"
- You Win: If you successfully hover over the "End" block without touching any of the walls, you win! The game status will show "YOU WIN!" and the walls will turn green.
- Hover your cursor over the "Start" block to begin the game.
- Move your cursor through the maze, avoiding the walls.
- If you touch any of the boundaries (walls), the game will end with the message "GAME OVER!".
- If you reach the "End" block, you will win the game and see "YOU WIN!".
This project consists of the following files:
index.html
: The HTML structure for the maze game.game.css
: The CSS file to style the maze, blocks, and boundaries.script.js
: The JavaScript file that controls the game's logic and interactions.
To clone this game repository and play it on your local machine:
-
Open your terminal or command prompt.
-
Run the following command to clone the repository:
git clone https://github.com/mohamad-abdelkhalek/cursor-maze-game.git