Skip to content

guessMyNumber is a game app created as a javascript exercise.

License

Notifications You must be signed in to change notification settings

belqati/guessMyNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guessMyNumber

guessMyNumber is a game app created under the direction of Brad Traversy in his Modern JavaScript from the Beginning course. The app uses the following technologies:

  • JavaScript
  • HTML
  • CSS
  • Skeleton

The Game

The app provides a player with three opportunities to correctly guess a randomly generated integer between a minimum and maximum value (all of which can be adjusted in app.js via the opening variables min, max, and guessesLeft). On entering an incorrect guess, a message displays stating as much, along with the number of guesses left for that game session.

Error Handling

Empty guesses and guesses that fall outside the specified range return an error message to the player.

Game Over

When that game session is finished, win or lose, the player is given the option to play again.

About

guessMyNumber is a game app created as a javascript exercise.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published