Kemenyfy / Assignments

0 stars 0 forks source link

Week 06 Day 1 - Snowman - #21

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

title: Do you want to build a Snowman? draft: true

In this assignment, you'll build a less grim variation of a popular game:

Snowman

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:

  1. Word List
  2. Snowman Images (Unzip these before adding to your project)

Explorer Mode

Adventure Mode

Epic Mode

Refactor the game to play like a traditional "hangman" game:

Kemenyfy commented 6 years ago

https://github.com/Kemenyfy/Snowman

Still need to fix the end game when player loses. Will ask you about it. I asked you about it!

mdewey commented 6 years ago

Awesome Work!