A downloadable game for Windows, macOS, and Linux

This is a simple Hangman game made in Python. The word can be from 3 to 15 letters long. Press a letter key to take a guess. If you take 11 wrong guesses, you lose. If you guess the word with less than 11 wrong guesses, you win. I originally made this project just for myself to practice my Python skills and knowledge, but then I decided to publish it online.

REQUIREMENTS:

  1. OS: Windows, MacOS or Linux
  2. The following software installed:
  • Python: 3.7 or newer (install from the "python.org" website)
  • NLTK library (install by running "pip install nltk" in a terminal)
  • Wordfreq library (install by running "pip install wordfreq" in a terminal)

Important note: You need to have Python first to install NLTK and Wordfreq

Published 6 days ago
StatusReleased
PlatformsWindows, macOS, Linux
AuthorIvanEzz6

Download

Download
Hangman_inPython.zip 297 kB

Install instructions

1. Download the "Hangman_inPython.zip" file

2. Unzip it

3. In the created folder, find and run the "hangman.py" file

Leave a comment

Log in with itch.io to leave a comment.