Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.11 KB

Whack A Mole

  • Whack-A-Mole is an arcade game, in which the player uses a small rubber mallet to hit robotic toy moles that pop up randomly in holes laid out across the surface of the machine.
  • The objective of the game is to hit the mole to get more points.
  • The game runs for 15 seconds with the mole moving randomly across 3 x 3 matrix.

Tech Stack


  • HTML
  • CSS
  • Javascript

Functionalities


  • Random selection of a hole to place the Mole.
  • Start button triggers the timer and movement of Mole across the grid.
  • Start button gets disabled untill 15 seconds are over.
  • To score 10 points you have to hit the mole by clicking on it before it disappers.
  • Counting of total score.
  • Responsive Layout.

Deployed Link - Link

Snippets

WAM1

WAM2

WAM3