Please enable JavaScript to use CodeHS

  • Autograded

Guess the Word

In this project, students will make a word guessing game using conditionals and lists.

Medium

3 Hours

High School

Project Description


You will make a program that simulates a word guessing game!

The final program you will create in this project will pick a random word from a list of words. It will allow the user to guess letters in the word, one at a time. When the user guesses a letter, the program will reveal where that letter appears in the word. If the user guesses all the letters in the word, they win! However, if they make ten incorrect guesses before this happens, they lose.

Project Demo

Explore this program before assigning it!