Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts.
This is an implementation of the Hangman game, where the computer thinks of a word and the user tries to guess it.
Project Title: Hangman Table of Contents, if the README file is long A description of the project: what it does, the aim of the project, and what you learned
In the HangMan class, we take in guessed letters and verify whether that particular letter is in a separated word.
Installation instructions Usage instructions File structure of the project
milestone 3.py updated for max number of checks, and word helper License information