https://github.com/nirajxtha/hangman
Hangman desktop application
https://github.com/nirajxtha/hangman
database dictionary hangman hangman-game hangman-in-python mysql mysql-connector python python3 session
Last synced: 3 months ago
JSON representation
Hangman desktop application
- Host: GitHub
- URL: https://github.com/nirajxtha/hangman
- Owner: NirajXtha
- Created: 2024-12-09T09:56:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T07:30:32.000Z (7 months ago)
- Last Synced: 2025-02-09T03:42:32.748Z (5 months ago)
- Topics: database, dictionary, hangman, hangman-game, hangman-in-python, mysql, mysql-connector, python, python3, session
- Language: Python
- Homepage:
- Size: 3.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://fontsdata.com/132714/segoeuiemoji.html)
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](https://kivy.org/#home)
2. [KivyMd](https://gitlab.com/kivymd/KivyMD)
3. [MySQL](https://www.mysql.com/)__Fonts-Used__
[Segoe UI Emoji](https://fontsdata.com/132714/segoeuiemoji.html)