https://github.com/divyanshu-rawat/a-react-game
A kuch bhi (Game) built using react.js
https://github.com/divyanshu-rawat/a-react-game
functional-programming reactjs
Last synced: 7 months ago
JSON representation
A kuch bhi (Game) built using react.js
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/a-react-game
- Owner: divyanshu-rawat
- Created: 2017-05-30T15:00:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T19:14:24.000Z (about 8 years ago)
- Last Synced: 2025-02-15T01:41:21.644Z (9 months ago)
- Topics: functional-programming, reactjs
- Language: JavaScript
- Homepage: http://areactgame.surge.sh/
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Game built using react.js
[](https://gitter.im/divyanshu001)
[](https://www.codementor.io/divyanshurawat?utm_source=github&utm_medium=button&utm_term=divyanshurawat&utm_campaign=github)
[](https://twitter.com/r46956)
[](#)
[](http://www.divyanshurawat.in)
[](https://saythanks.io/to/divyanshu-rawat)
[](https://travis-ci.org/divyanshu-rawat/JS-Testing)
[](https://www.npmjs.com/package/npm)
##
### Live Application
[](http://areactgame.surge.sh/)
##
#### Description
* When the game starts, you get a random number of stars between 1 and 9, and you have the set of numbers in the
bottom frame that you can use.
* You can select one or more numbers that would sum up to the value of the random stars.
The objective is to correctly use all the numbers here in the bottom frame. If you end up with a number of stars that has no possible correct combination, you get to redraw, which you can do five times.
* After that, if you still end up with a number of stars that has no possible correct combination out of all the remaining
numbers, then you lose the game.
##
#### Installation Instructions :grey_exclamation:
* Clone or download the repo. into any fresh temporary folder.
* Cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```
* Now typing
```javascript
nodemon server.js
```
* will start a server !
##
#### Package Manager Used (NPM)
* NPM is the default package manager for the JavaScript runtime environment Node.js.
##
#### Package.json (dependencies)
* For dependencies refer Package.json.
##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##
#### Examples

##

##