[solved]-Guess Number Javascript Css Html File Structure Create Project Folder Called Guessthenumbe Q38994925
Guess the number (JAVASCRIPT with CSS and HTML)
File Structure
- Create a project folder called “guessthenumber” on your localmachine.
- Make sure that inside of the “guessthenumber” folder you havethe following items:
- img folder
- css folder
- js folder
- index.html file
- Make sure that the index.html file links off to your JavaScriptfile inside of the js folder
- Make sure that the index.html file links off to your CSS fileinside of the css folder
Details
- Randomly generate a number between 1 and 99.
- Have the user submit a guess
- If they are too high, give a message that says so along with animage (of a frowny face, for example)
- If they are too low, give a message that says so along with aDIFFERENT image
- After each wrong guess, allow them another chance
- If they get it right, display a message saying so with aDIFFERENT image
- Once they get it right, allow them to play again
- When the game starts, it should display yet ANOTHER image
- There should be a total of 4 images (only one of which isvisible at any given time):
- Starting Image
- Too High Image
- Too Low Image
- Correct Guess Image
File Structure
- Create a project folder called “guessthenumber” on your localmachine.
- Make sure that inside of the “guessthenumber” folder you havethe following items:
- img folder
- css folder
- js folder
- index.html file
- Make sure that the index.html file links off to your JavaScriptfile inside of the js folder
- Make sure that the index.html file links off to your CSS fileinside of the css folder
Expert Answer
Answer to Guess the number (JAVASCRIPT with CSS and HTML) File Structure Create a project folder called “guessthenumber” on your l… . . .
OR

