This Guess to Win based game is developed as a part of 100DaysOfCode. Try playing with the game. This is a development level project. Contrbution.md will be updated soon.
*The page is DEPLOYED for master branch.
This project is licensed under the terms of the MIT license.
- After hitting the
PLAY
button, you will be prompted to enter your name. - Then you have to guess a number between 1 and 10, and choose that number from the buttons below.
- Similarly, the computer will guess one such number to add it to yours, and
will return the
SUM
. - The game keeps on going this way, alternatively.
- The one whose number, makes the sum reach 100 first, wins the game.
Tip: If you get the trick, you will always WIN!
- Pull requests will be merged only when the work is considered completed, else it will be merged with a WIP, in case, more changes are applicable.
- Restyled.io bot is added to this repository to keep a quality check on PRs made.
- So, do make sure you pass all the test cases.
- In case, any of the tes tcase is not passed, refer to that case, and make changes again.
- Then make a new PR, and delete the old one.