An implementation of the famous game "Hangman"
Table of Contents
During the course of my training with becode I created this Hangman game project
- Clone the repo
git clone https://github.com/Pablousse/hangman-python.git
Go to the main folder of the repo and run to start the game
$ python3 main.py Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Arnaud Durieux - [email protected]
Project Link: https://github.com/Pablousse/hangman-python