huyzipp5391 / h2ngm2n

h2ngm2n is a 2 player version(mine), one gives the word and the other guesses!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h2ngm2n

h2ngm2n(hangman) is a 2 player version(mine), one gives the word and the other guesses! This game made with Python (mine) (I'm stupid)

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

  1. Open terminal
  2. clone or download the .py file here (for how to use the clone command, write git clone https://github.com/DamDucHuy/hangman-with-python.git)
  3. 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):

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

  1. Download the .py file from here
  2. Open Windows PowerShell or Command Prompt
  3. 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

About

h2ngm2n is a 2 player version(mine), one gives the word and the other guesses!


Languages

Language:Python 100.0%