This repository contains multiple implementations of the classic Hangman game:
- HangmanGUI.py: A graphical user interface version using Python and Tkinter.
- hangman.py: A command-line version using Python 3.
- hangman_1.py: A command-line version using Python 2.
- index.html: A web-based version using HTML, CSS, and JavaScript, hosted on GitHub Pages.
- Ensure you have Python and Tkinter installed.
- Run the game:
python HangmanGUI.py
- Ensure you have Python 3 installed.
- Run the game:
python hangman.py
- Ensure you have Python 2 installed.
- Run the game:
python hangman_1.py
Visit the GitHub Pages to play the web version of the game.
Feel free to fork this repository and make your own changes. Pull requests are welcome!
This project is licensed under the MIT License.