Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 379 Bytes

Whack-a-mole

A simple browser based Whack-a-mole game, using DOM manipulation and DOM events.
• Technologies used: JavaScript, HTML, and CSS.
• DOM randomly assigns the class "mole" to one of the div with the "hole" tag.
• Event listener used to track clicks on visible moles.