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.