A classical word guessing game.
Project description
hangman-remastered
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.
If you find any bugs or see parts of the code that could be improvised make sure to open a pull request or comment in discussions.
Requirements
- Python
Python Installation Guide
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
How to Install
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 gHangman
- Once installed you can run the game by simply typing
hangman
++ Features
- 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.