This is a simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript. The game involves hitting moles that randomly appear on the screen within a limited time.
https://gauyash.github.io/whack-a-mole/
- Random appearance of moles in holes.
- Hit the mole to increase the score.
- Time-based gameplay with a countdown timer.
- Sound effects for hitting moles.
- Start and reset functionality.
- Responsive design for various screen sizes.
- To get started with the game, follow these steps:
- Clone the repository or download the source code.
- Open the index.html file in a web browser.
- Click the "Start" button to begin the game.
- Moles will randomly appear in the holes.
- Click on the moles to score points.
- The countdown timer displays the remaining time.
- Try to score as many points as possible before the time runs out.
- After the game ends, the final score will be displayed.
- Click the "Start" button again to play a new game.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License