/NumberGuesser_GAME

a simple game of numbers divination

Primary LanguageJavaScript

NumberGuesser_GAME

A simple game of numbers divination. Using skeleton for CSS and JavaScript for DOM manipulation, try to guess a number between a min and max numbers. Easy way to change this numbers and the amount of attempts to.

*/ GAME FUNCTION:
- Player must guess a number between min and max;
- Player gets a certain amount of guesses;
- Notify player of guesses remaining;
- Notify the player of the correct answer if loose;
- Let player choose to play again;
*/