Table of Contents
This is a fun little version of the popular game Hangman, made in python, using simple graphics and file handling concepts.
Players can choose topics to be asked words on, and the guess them letter by letter within 6 tries to save the hangman, otherwise the hangman dies and the game is lost.
This is an attempt to show how learning new words and concepts can be made more fun and interactive for students, by making use of games and visual media to keep them learning while entertained.
In recent years, with regular disruption of education of children, it has become increasingly more important to make learning easier and more accessible to them, whilst also making sure they don’t lose interest in it.
This game, while simple, can be extended for students of higher classes by various ways, such as incrementally increasing the difficulty, or by introducing additional challenges.
It can even be presented as a learning and creative exercise to the player to add more words, and they can even be encouraged to tinker around with the source code to see how they themselves can extend the game.
To get this project running locally from source, follow these steps:
- Python interpreter (>= 3.8)
- Clone the repo
git clone https://github.com/DevChrome/Hangman.git
- Install the pygame module
pip install pygame
- Run the main.py file
python3 ./main.py
Distributed under the MIT License. See LICENSE.txt
for more information.