/itp-w2-hangman-PROJECT

Hangman - This repository is forked, but the group only forks the project for requirements and then implements a solution.

Primary LanguagePythonMIT LicenseMIT

[itp-w2] Hangman

Today we are going to re-create the game 'Hangman' in Python!

It is broken down into several small functions that, when combined and completed, form a working game!

Use docstrings (comments below function definitions) and unit tests to guide your coding.