The game that is played via terminal.It is necessary to guess the word determined by the game with letters without spending 5 lives.
It contains the pyhton(3.9.5 64bit) project that plays the hangman game via terminal.
Try to guess the letters of the word secretly determined by the program.
You have 5 lives (meaning you have 5 wrong guesses). There is no round limit.
The main repository contains a main.py file and utils folder. There is a game library in the Utils folder as "game.py".
Clone the repository to your computer. Make sure your Python version and Terminal are available.
You can skip to the usage section below.
- Clone project repository.
- Open your terminal
- Change directory to project directory
- Open main.py with pyhton
Contributors: Kivanc Gunduz
Timeline: 1 day