567 B
567 B
Project 2
Project Overview
The goal of this project is to implement a version of the popular guessing game known as Hangman (German: Galgenmännchen). The rules of the game are simple: the first player picks a word which the second player has to guess character by character — with a limited amount of guesses.
For your version, we focus on the essence of the game:
- Choosing a word and initialising the game
- Repeatedly guessing characters, and uncovering them if they occur in the chosen word
- Eventually announcing that the player won ... or lost