8000 GitHub - NirajXtha/hangman: Hangman desktop application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NirajXtha/hangman

Repository files navigation

HangMan-Project

About the Game

HangMan is an interactive real world game. The game chooses an entirely random word,and the user tries to guess it by suggesting letters untill the hangman figure is completed. There are hints for help of the user and a total of three lives .

RULES

  1. Number of Dashes represent the length of the word.
  2. At each correct guess the letter is placed at its original position in the word.
  3. User loses if the HangMan is completed.
  4. If the guess is correct, user will move to a new level.
  5. User can use Hints provided by game, for help. (note : Hints cost a sum of 50 points.)

Installation Instructions

  1. Install this font Segoe UI Emoji
  2. pip install kivy
  3. pip install kivymd
  4. pip install mysql-connector-python
  5. git clone https://github.com/NirajXtha/hangman/
  6. cd hangman
  7. python main.py

Glimpses of Game

Dependency

  1. Kivy
  2. KivyMd
  3. MySQL

Fonts-Used
Segoe UI Emoji

Releases

No releases published

Packages

No packages published
0