Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jatin-8898/play-nine-react
A simple game using 9 Numbers where the users have to make the no of stars using the numbers. 🔵
https://github.com/jatin-8898/play-nine-react
game play play-nine player react react-game
Last synced: 10 days ago
JSON representation
A simple game using 9 Numbers where the users have to make the no of stars using the numbers. 🔵
- Host: GitHub
- URL: https://github.com/jatin-8898/play-nine-react
- Owner: Jatin-8898
- Created: 2019-02-03T10:06:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:03:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:52:36.341Z (26 days ago)
- Topics: game, play, play-nine, player, react, react-game
- Language: JavaScript
- Homepage: http://nutty-unit.surge.sh/
- Size: 1.66 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :large_blue_circle: Play Nine Game :large_blue_circle:
React.js Play Nine Game
- A simple game using 9 Numbers where the users have to make the total equal to the number of stars displayed using the numbers.
- Numbers once used can't be used again.
- Five retries are available.## See it live [HERE](http://nutty-unit.surge.sh)
♦️ Features
--------
- React.js
- Create React App
- Bootstrap
- Font-Awesome📜 Prerequisites
-------------
- NPM📝 Getting Started
-------------The easiest way to get started is to clone the repository:
```bash
# Get the latest snapshot
git clone https://github.com/Jatin-8898/play-nine-react.git# Change directory
cd play-nine-react# Install NPM dependencies
npm install# Simply build your app to dist
npm run build# Then start your app
npm run start```
- Go to http://localhost:8080/ from your browser