Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josbeak/hangman-project
The Famous 2D HangMan Game now with more graphics and animations with a better user interaction and much more.
https://github.com/josbeak/hangman-project
game kivy kivy-application kivymd python
Last synced: 5 days ago
JSON representation
The Famous 2D HangMan Game now with more graphics and animations with a better user interaction and much more.
- Host: GitHub
- URL: https://github.com/josbeak/hangman-project
- Owner: JOSBEAK
- License: mit
- Created: 2021-05-05T15:33:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T20:10:52.000Z (about 3 years ago)
- Last Synced: 2024-11-07T12:03:20.473Z (5 days ago)
- Topics: game, kivy, kivy-application, kivymd, python
- Language: Python
- Homepage:
- Size: 8.96 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. ```git clone https://github.com/JOSBEAK/HangMan-Project/```
5. ```cd HangMan-Project```
6. ```python main.py```__Glimpses of Game__
__Image-Credits__
1. background game png 2
2. Game Background Vector__WorldList-Credits__
[Word-List](https://github.com/Xethron/Hangman/blob/master/words.txt)__Dependency__
1. [Kivy](https://kivy.org/#home)
2. [KivyMd](https://gitlab.com/kivymd/KivyMD)__Fonts-Used__
[Segoe UI Emoji](https://fontsdata.com/132714/segoeuiemoji.html)