12 lines
567 B
Markdown
12 lines
567 B
Markdown
# 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:
|
|
|
|
1. Choosing a word and initialising the game
|
|
1. Repeatedly guessing characters, and uncovering them if they occur in the chosen word
|
|
1. Eventually announcing that the player won ... or lost
|