- Fork the assignment repo
- Clone your Fork to your machine
- Complete the weekly assignment
- Push your changes to your Fork
- Submit a Pull Request back to the assignment repo
- Paste a link to of your Fork on Canvas and submit
For this assignment, you will build hangman. This time, you'll build it as a web app!
- The user must be able to play against the computer
- The word that the computer chooses must be random. Feel free to use whatever list of words you want.
- The user must have a limited number of guesses
- After each guess, the website should display current state of the word you are guessing. (ex. A _ _ L E, for apple)
- After each guess the website should display a hangman image representing how many guesses are remaining.
- The website should tell the user if she wins or loses
- The user should be able to restart the game
Integrate CSS to make your Hangman game look nicer.