Guess the Number is a web game made with HTML, CSS and JS
Latest release | Latest development build |
---|---|
- 1 - Introduction
- 2 - How to play
- 3 - Game link
- 4 - Contributing
- 5 - Licence
Guess the Number is a fun educational game that challenges kids to find a number based on greater than or less than feedback.
Enter your guess and then see if your guess is too high or too low. Next, change your guess and try again! The fewer guesses you make, the higher score you will get!
https://notoapps.firebaseapp.com/webapps/GuessMyNumber/index.html
Guess My Number uses the gitflow workflow. If you are implementing a new feature or logic from the original game, please branch off and perform pull requests to develop
. If you are fixing a bug for the next release, please branch off and perform pull requests to the correct release branch. master
only contains tagged releases, you should never branch off this.
Guess My Number is licensed under the GNU General Public License version 3.