https://github.com/abhrankan-chakrabarti/whack-a-mole-game
A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript
https://github.com/abhrankan-chakrabarti/whack-a-mole-game
beginner browser-game css frontend fun game github-pages html interactive javascript web-game whack-a-mole
Last synced: 5 months ago
JSON representation
A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript
- Host: GitHub
- URL: https://github.com/abhrankan-chakrabarti/whack-a-mole-game
- Owner: Abhrankan-Chakrabarti
- License: mit
- Created: 2024-06-30T12:38:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T14:15:55.000Z (over 1 year ago)
- Last Synced: 2025-05-21T16:15:13.701Z (6 months ago)
- Topics: beginner, browser-game, css, frontend, fun, game, github-pages, html, interactive, javascript, web-game, whack-a-mole
- Language: JavaScript
- Homepage: https://abhrankan-chakrabarti.github.io/Whack-a-Mole-Game/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whack-a-Mole-Game
A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript.
## How to Play
1. Open `index.html` in your web browser.
2. Click the "Start" button to begin the game.
3. Click on the moles as they appear to score points.
4. The game lasts for 30 seconds. Try to score as many points as possible!
## Live Demo
You can play the game live on GitHub Pages: [Whack-a-Mole Game Live Demo](https://abhrankan-chakrabarti.github.io/Whack-a-Mole-Game)
## Files
- `index.html`: The main HTML file.
- `styles.css`: The CSS file for styling the game.
- `script.js`: The JavaScript file containing the game logic.
## Screenshot

## GitHub Topics
- html
- css
- javascript
- game
- web-game
- whack-a-mole
- interactive
- beginner
- frontend
- github-pages
- browser-game
- fun
## License
This project is licensed under the MIT License.