CarlosBD1988 / python-hangman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Hangman

image

V 1.0

Made by David Hurtado @santigo171.

Install the game

Download on your computer the [installer]installer file, you can do it manually or do it from terminal with:

curl https://raw.githubusercontent.com/santigo171/python-hangman/main/installer.sh > installer.sh

Then give the excution permition to the file with: chmod +x installer.sh

Then execute the file simply writting its name. installer.sh or ./installer.sh

And follow the instructions of the installer.

Then if you in are in a unix operative sistem (Linux or MacOs), pleace restart the terminal if you are in windows 10, create an alias like this: alias hangman=py C:\Users\PathToTheFile\hangman_game\main.py

In both cases, restart the terminal and make an hangman -c to configurate the game.

About the creator

creator

About


Languages

Language:Python 96.6%Language:Shell 3.4%