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.
- 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).
- You have 10 seconds to match the number of stars with their corresponding number.
- If you cannot match all the numbers with their respective stars, within the limited time, you lose. Else you win.
git clone https://github.com/GDSC-IIIT-Kalyani/react-star-match.git
In the project directory, you can run:
npm install
npm start
npm test
npm run build
For guidelines to contribute to this repository, check out the Contribution Guidelines.