https://github.com/benoitvallon/whack-a-mole-game
Very simple whack a mole game in JavaScript
https://github.com/benoitvallon/whack-a-mole-game
Last synced: 7 months ago
JSON representation
Very simple whack a mole game in JavaScript
- Host: GitHub
- URL: https://github.com/benoitvallon/whack-a-mole-game
- Owner: benoitvallon
- Created: 2016-02-25T02:41:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T02:49:44.000Z (over 9 years ago)
- Last Synced: 2025-03-17T03:51:19.236Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whack a mole game
Very simple whack a mole game in JavaScript, you can play [here](https://benoitvallon.github.io/whack-a-mole-game).
# Installation
To play the game, you just need to launch a web server and serve the `index.html` file. If you have python installed, you could do so by running:
```shell
python -m SimpleHTTPServer 8080
```