Skip to content

sbrowne15/Number-Guesser-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Guesser Website

Project from Codecademy in which a simple web-based number guessing game was created. Player guesses at a target number against the computer.

Index.html, Style.css, Game.js were all provided for the project.

Script.js is the file I created to make the game work. Game theory is based on random number generation for the target and the computer guess.

Techniques/Languages Used

  • Random Number Generation
  • Conditions
  • Functions
  • JavaScript
  • HTML
  • CSS