Skip to content

A simple javascript game created and modified from a given use case

License

Notifications You must be signed in to change notification settings

ms-yogi/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

This Project is open for contribution.

License

This project is licensed under the MIT License - see the LICENSE file for details

Credits

Demo

For demo click here.

About

A simple javascript game created and modified from a given use case

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published