Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 521 Bytes

Hangman: A childhood classic

Hangman is a python project realized as part of my AI training at Becode.org.

It's a simple program that starts a game of Hangman in your terminal and ends when you either find the word, or make 5 errors.

Installation

Clone the repository.

Usage

Start the program with python main.py

Compatibility

This program should run on anything having access to Python

It has been developed and tested with Python 3.7.9. Your mileage may vary if using a different version.