In this assignment, you'll build a less grim variation of a popular game:
Objectives
Reinforce component architecture in React
Effective use props and state in React
Requirements
We're going to build a sort of reverse hangman. The player can't lose; they just get to build a snowman by adding parts each time they guess a letter correctly.
You will need to download these files and add them to your project:
In this assignment, you'll build a less grim variation of a popular game:
Objectives
Requirements
We're going to build a sort of reverse hangman. The player can't lose; they just get to build a snowman by adding parts each time they guess a letter correctly. You will need to download these files and add them to your project:
Explorer Mode
Adventure Mode
Epic Mode
Refactor the game to play like a traditional "hangman" game: