Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 426 Bytes

numberguesser

Number guessing game built using HTML, Skeleton CSS, and JavaScript. Coded while following along with Udemy course, "Modern JavaScript from the Beginning" by Brad Traversy.

/* GAME FUNCTION:

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