Play nine is a reactweb application that lets you choose a number out of nine that equals to the total number of randonly generated stars.
Once a number is picked, it is marked as selected and hence unavailable for use unless the player redraws the game. A player can only redraw 5 times. Upon which, if he loses/ wins the player gets a message telling him that he lost/won the game. There's a play again button that lets the player play the game once more. |
Play Nine API requires react and node version 10.12.0
to run
1. $ git clone https://github.com/andela-judynjagi/React_Restack.git
2. Install node version 10.12.0
3. Install all the dependedencies `npm i` or `yarn install`
Finally, after everything is set, run your application by:
1. Navigating to the project folder
2. Run `npm start` or 'yarn start'
3. You can access the app at http://localhost:3000/
Play Nine has been hosted here: https://reactapp-tmgdimdppe.now.sh