title: Do you want to build a Snowman?
draft: true
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:
title: Do you want to build a Snowman? draft: true
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: