Skip to content

GDSC-IIIT-Kalyani/react-star-match

 
 

Repository files navigation

React Star Match Game

A Star Match Game built with React. This is a game where you have to match the number of stars with the sum of the numbers in the number panel. The game is built with React and uses React Hooks. 10 seconds are given to match the stars with the numbers. If the user is unable to match the stars with the numbers, the game is lost.

Rules to play the game

  1. The objective of the game is to Match the number of stars (on the left) with the sum of one or more numbers (on the right).
  2. You have 10 seconds to match the number of stars with their corresponding number.
  3. If you cannot match all the numbers with their respective stars, within the limited time, you lose. Else you win.

How to run the game

Clone the repo

git clone https://github.com/GDSC-IIIT-Kalyani/react-star-match.git

In the project directory, you can run:

Install dependencies

npm install

Run the app

npm start

Run the tests

npm test

Build the app

npm run build

Contributing to Star-Match

For guidelines to contribute to this repository, check out the Contribution Guidelines.

About

Star Match Game implemented using react

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • CSS 26.7%
  • HTML 13.3%