Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcloh98/hangman-pygame
Hangman by JCLOH created by using Python and Pygame
https://github.com/jcloh98/hangman-pygame
Last synced: 18 days ago
JSON representation
Hangman by JCLOH created by using Python and Pygame
- Host: GitHub
- URL: https://github.com/jcloh98/hangman-pygame
- Owner: JCLOH98
- Created: 2019-01-19T17:36:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T11:23:36.000Z (over 4 years ago)
- Last Synced: 2024-11-18T18:53:29.578Z (about 2 months ago)
- Language: Python
- Size: 11.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman-Pygame
Hangman by JCLOH created by using Python 3.7 (32-bit) and Pygame 1.9.4## Introduction
There is 3 levels of difficulty, which are easy, medium and hard. (and 1 color level)Words that are in each level
Easy | Medium | Hard
-----|--------|------
BELL, STAR, PICNIC, PIE, HAT, HEART, FLAG | CARPET, POPCORN, SEAFOOD, DOORBELL, COWBOY, INSIDE, OUTSIDE, RAINBOW, POSTMAN, WATERMELON, FOOTBALL, STRAWBERRY | BACKGROUND, BOOKWORM, FIREFIGHTER, SOUNDPROOF, THUNDERSTORM, CAMPGROUND, FRIENDSHIP, SKYSCRAPER, SUPERHUMAN, FINGERPRINT, MASTERPIECE, LOUDSPEAKER
Words in color level
Color |
----- |
BLACK, WHITE, RED, GREEN, BLUE, GREY|## Instruction
* User select the level of difficulty by pressing 1, 2, and 3 (4 is the color level).
* When the game start, player can input from a-z.
* Player can exit the game by pressing 0, and then use the mouse to press Yes.## Demo
The demo video is [here](https://www.youtube.com/watch?v=XC8QYQ4XHXE)