https://github.com/aromalanil/whack-a-mole
A classic "Whack a Mole 🐻" game made using React ⚛
https://github.com/aromalanil/whack-a-mole
game javascript react react-game react-hooks reactjs
Last synced: about 1 month ago
JSON representation
A classic "Whack a Mole 🐻" game made using React ⚛
- Host: GitHub
- URL: https://github.com/aromalanil/whack-a-mole
- Owner: aromalanil
- Created: 2020-04-10T18:32:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T17:12:15.000Z (over 5 years ago)
- Last Synced: 2024-10-11T11:31:12.586Z (over 1 year ago)
- Topics: game, javascript, react, react-game, react-hooks, reactjs
- Language: JavaScript
- Homepage: https://hit-mole.netlify.com/
- Size: 6.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎮 Whack A Mole 🎮
## 📋 About
A classic "Whack A Mole" game made using React.js
## ⭐️ Features
This game isn't packed with tones of features, but the few ones present are :
### ✌🏽 Count the Score
Display your score, realtime.
### 🤸 Play Again Option
Finished one round, start another with just a button click.
### ⏱ Timer
Cool sound effects added to get you into the game.
## 💾 Run
### Requirements
* Git
* Node.js
### Common Setup
Clone the repo and install the dependencies.
```bash
git clone https://github.com/aromalanil/Whack-A-Mole.git
cd Whack-A-Mole
```
```bash
npm install
```
### 💻 Start and Run
To run the app in the development mode.
```bash
npm start
```
### 📦 Generate Build
To builds the app for production to the `build` folder.
```bash
npm run build
```