项目作者: aromalanil

项目描述 :
A classic "Whack a Mole 🐻" game made using React ⚛
高级语言: JavaScript
项目地址: git://github.com/aromalanil/Whack-A-Mole.git
创建时间: 2020-04-10T18:32:55Z
项目社区:https://github.com/aromalanil/Whack-A-Mole

开源协议:

下载


🎮 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.

  1. git clone https://github.com/aromalanil/Whack-A-Mole.git
  2. cd Whack-A-Mole
  1. npm install

💻 Start and Run

To run the app in the development mode.

  1. npm start

📦 Generate Build

To builds the app for production to the build folder.

  1. npm run build