Hangman game in Python with GUI for the 1st project in first year at EFREI
Wellcome to the github of the Project 1 in Python
The goal of this project is to design and implement the Hangman game
This project is divided in three part:
In the List of word
file you will find some usefull functions to learn how to modify and interact with strings in Python
In the Text File
file you will find some usefull function to manipulate file in Python
Work in progress
Most functions contain docstrings wich allow the user to have some help in the python shell by typing help(functions_name)
If you are using Linux you’re able to use the makefiles to compute the program:
make
command