项目作者: snehangsude

项目描述 :
The Hangman game implemented using GUI integrated using a random word generator API
高级语言: Python
项目地址: git://github.com/snehangsude/Hangman.git
创建时间: 2021-08-06T20:11:44Z
项目社区:https://github.com/snehangsude/Hangman

开源协议:MIT License

下载


Hangman

The Hangman game implemented using GUI and integrated with a random word generator API

Written in python 3.9

Installation on Windows:

  • git clone https://github.com/snehangsude/Hangman.git
  • cd Hangman
  • pip install -r requirements.txt
  • python main.py

Installation on Linux and Unix like OS:

  • git clone https://github.com/snehangsude/Hangman.git
  • cd Hangman
  • pip install -r requirements.txt
  • python3 main.py

Interface Images

  • Inital screen

  • Message if key is pressed without selecting Level

  • Screen after selecting any of the three levels

  • Successful guess

  • Unsuccessful guess

How to use

  • Run the application using the Installation section
  • Select Level as per your choice - Easy: 10 || Normal: 7 || Hard: 5
  • Once you guess the word or your lives end the window will prompt the instruction as in the last two images
  • Pressing any key would restart the game with a delay of 1 second