An open API service indexing awesome lists of open source software.

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 ⚛

Awesome Lists containing this project

README

          

🎮 Whack A Mole 🎮



Forks
Repo Size
Build Status
Issues
Stars

## 📋 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

```