This is a HANGMAN game made with Python
Website: https://damduchuy.github.io/mine/hangman-with-python
You need to download python and pip first!
How to use(Linux):
Install the git
package if you haven't already! required
Download python via download command! required
Get pip by running this file https://bootstrap.pypa.io/get-pip.py! required
- Open terminal
clone
or download the .py file here (for how to use the clone command, writegit clone https://github.com/DamDucHuy/hangman-with-python.git
)- Run this .py file through the command
python3 name.py
(change the name to the appropriate file name)
Before running this file, download the asciimatics module with the command pip install asciimatics
so you can run it
How to use(Windows):
If the ez way you can download the .exe file here :D
Download Python for Windows from https://www.python.org/downloads/ required
Get pip by running this file https://bootstrap.pypa.io/get-pip.py! required
- Download the .py file from here
- Open Windows PowerShell or Command Prompt
- Run this .py file through the command
python name.py
(change the name to the appropriate file name)
Before running this file, download the asciimatics module with the command pip install asciimatics
so you can run it
Thanks for playing!:D