WhacAMole
Java, Javascript
While creating this mario themed whac-a-mole game, created a graphical user interface (GUI) using java's swing library, add click handlers to whack the mole, and randomly spawn the mole and piranha plant using the Timer and Random modules.
Used event handling to use clicks as a listener for user input.