From 16ef8ecb1ab297e2bd7deb171e4f1e1f3617dd29 Mon Sep 17 00:00:00 2001 From: JRao2108 <104818952+JRao2108@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:46:15 +0530 Subject: [PATCH] Create ReadMe --- Games/Mole Bash Mania/ReadMe | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Games/Mole Bash Mania/ReadMe diff --git a/Games/Mole Bash Mania/ReadMe b/Games/Mole Bash Mania/ReadMe new file mode 100644 index 0000000000..212d36eb9c --- /dev/null +++ b/Games/Mole Bash Mania/ReadMe @@ -0,0 +1,17 @@ +Mole Bash Mania +Mole Bash Mania 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 20 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 20 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.