Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```