A terminal based version of the popular word guessing game Hangman. Remastered version of the previously published Hangman game. Includes added features, lore, animations and more.
Efforts have been made to meticulously remove erros and bugs from the code. However, if you were to find any bugs or see parts of the code that could be improvised feel free to open a pull request or comment in discussions.
- Python
Step 1: Download Python Go here to download the latest version of Python. Choose your operating system and click on "Download".
Python is usually pre-installed on Linux systems. If not, you can install it using package manager.
Step 2: Install Python
- Windows: Run the installed
.exe
file. - MacOS: Open the
.pkg
file you installed. - Linux: Use the package manager.
During installation make sure to also install pip
by checking
- Add python to PATH
To install the game you can download the files from the github repository.
The easiest way however, is to use pip
.
- Open terminal and run
pip install G-hangman
. - Once installed you can run the game by simply typing
hangman
orpython -m hangman
.
- Better animations and gameplay.
- Players can now save their progress allowing them to continue where they left off.
- Added game modes, local leaderboard and cleaner UI.
- Added User Profile management.
and there's more...
Caution
Give inputs only when prompted to ensure intended working.
Tip
Read the game guide (help) while you can to understand how everything works.