Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T02:49:44.000Z (over 8 years ago)
- Last Synced: 2024-10-11T09:11:00.594Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 7
- Watchers: 3
- 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
```