Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ozrn/js-whack-a-mole-game

This fun project shows how to build a Whack A Mole game using HTML, CSS and JavaScript
https://github.com/ozrn/js-whack-a-mole-game

Last synced: about 2 months ago
JSON representation

This fun project shows how to build a Whack A Mole game using HTML, CSS and JavaScript

Awesome Lists containing this project

README

        

# JS30 #30: js-whack-a-mole-game
This is the last project of JS30 challenges by Wes Bos. In this fun project, a Whack A Mole game is built using HTML, CSS and JavaScript.
## General Info
* The game consists of six holes and moles.
* The moles pop up from the holes randomly.
* As the player clicks one of the moles, the player's score is incremented by one.
* The game lasts ten seconds.

Here is the [demo](https://ozrn.github.io/js-whack-a-mole-game/)