/hangman

Primary LanguagePythonMIT LicenseMIT

Hangman game

Hangman is a Python game made by Pygame and CustomTkinter.

game preview

customize game main-menu

light theme and easy mode
win

dark theme and hard mode
lose

Installation

  1. install python3 in your system

  2. clone or download source code and install dependencies

pip install -r requirements.txt

Run

run main.py by python interpreter

python3 main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT