An open API service indexing awesome lists of open source software.

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

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

![Game Screenshot](screenshot.png)

## 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.