Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 343 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 343 Bytes

whack-a-mole

  • A GUI-based single-player 'whack-a-mole' game that involves 'whacking' randomly popping moles in a time duration of 30 seconds.
  • Each 'hit' to a mole results in a point.
  • Leverages multithreading to achieve concurrency by performing simultaneous tasks such as randomly generating moles, updating score, and timer countdown