Skip to content

patspaki/Hangman_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Hangman_Python

An experimental project to combine my Python console program of Hangman and my basic Pygame knowledge. It utilizes 2 text files to save or get data (ex: hidden words for Hangman).

How to use Hangman_Pygame:

  1. Download and install Python (3.8 or newer) from https://www.python.org/downloads/

  2. Install Pygame module via Command Prompt/Terminal
    Example: "py -3.9 -m pip install pygame" if using Python 3.9 and Windows
    Example: "py -3.8 -m pip install pygame" if using Python 3.8 and Windows
    Example: "python3.9 -m pip install pygame" if using Python 3.9 and Linux or Mac OS X
    Example: "python3.8 -m pip install pygame" if using Python 3.8 and Linux or Mac OS X

  3. Download files from this repository (https://github.com/patrickdlr/Hangman_Pygame)

  4. From the downloaded files, run the "Hangman.py" to play the game.

main menu game play game settings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages