Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/).