A classic "Whack a Mole 🐻" game made using React ⚛
A classic “Whack A Mole” game made using React.js
This game isn’t packed with tones of features, but the few ones present are :
Display your score, realtime.
Finished one round, start another with just a button click.
Cool sound effects added to get you into the game.
Git
Node.js
Clone the repo and install the dependencies.
git clone https://github.com/aromalanil/Whack-A-Mole.git
cd Whack-A-Mole
npm install
To run the app in the development mode.
npm start
To builds the app for production to the build
folder.
npm run build