Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozrn/js-whack-a-mole-game
- Owner: ozrn
- Created: 2022-12-10T08:49:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:25:46.000Z (about 2 years ago)
- Last Synced: 2023-05-15T16:26:30.767Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)