Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms-yogi/guess-the-number
A simple javascript game created and modified from a given use case
https://github.com/ms-yogi/guess-the-number
javascript javascript-game js vanilla-javascript vanilla-js
Last synced: about 1 month ago
JSON representation
A simple javascript game created and modified from a given use case
- Host: GitHub
- URL: https://github.com/ms-yogi/guess-the-number
- Owner: ms-yogi
- License: mit
- Created: 2018-10-26T11:43:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T05:04:42.000Z (about 6 years ago)
- Last Synced: 2024-08-04T04:01:02.486Z (5 months ago)
- Topics: javascript, javascript-game, js, vanilla-javascript, vanilla-js
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-notfancyappchallenge - Guess the Number Game - A simple game created with pure vanilla javascript and HTML/CSS. By [Yogini Bende](https://www.instagram.com/mrs_yogii/) (Uncategorized / Uncategorized)
README
# Guess the Number Game
A simple javascript game created and modified from a given use case
##Use Case
I want you to create a simple guess the number type game. It should choose a random number between 1 and 100, then challenge the player to guess the number in 10 turns. After each turn the player should be told if they are right or wrong — and, if they are wrong, whether the guess was too low or too high. It should also tell the player what numbers they previously guessed. The game will end once the player guesses correctly, or once they run out of turns. When the game ends, the player should be given an option to start playing again.
- use case credits [MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/A_first_splash)
## Getting Started
Just clone the project and open index.html in your browser. You can start playing it.
### Prerequisites
This project uses simple css and vanilla javascript
## Authors
* **Yogini Bende** - [ms-yogi](https://github.com/ms-yogi)
This Project is open for contribution.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Credits
* [Krub Font](https://fonts.google.com/?selection.family=Krub) from Google Fonts
* [FontAwesome](https://fontawesome.com/) for all icons
* [Bootstrap](https://getbootstrap.com) for grid## Demo
For demo [click here](http://yoginibende.me/guess-the-number/).