https://github.com/andrewyavors/hangman-shitcode
It's a game 'Hangman' with two different versions. I will be grateful if you give me a star for this big and hard project (shitcode joke)
https://github.com/andrewyavors/hangman-shitcode
game guesser hangman letters shitcode
Last synced: about 1 month ago
JSON representation
It's a game 'Hangman' with two different versions. I will be grateful if you give me a star for this big and hard project (shitcode joke)
- Host: GitHub
- URL: https://github.com/andrewyavors/hangman-shitcode
- Owner: andrewyavors
- License: mit
- Created: 2016-06-01T22:06:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T17:31:23.000Z (about 9 years ago)
- Last Synced: 2024-03-12T17:40:18.574Z (over 1 year ago)
- Topics: game, guesser, hangman, letters, shitcode
- Language: Python
- Homepage:
- Size: 495 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HANGMAN
It's a game 'Hangman' with two different versions. I will be grateful if you give me a star for this big and hard project.### `hangman_v1.py`
- This version works with words between *5 and 12* letters
- Guesser will see first and last letter of word from start
- Gallows is drawn before play
- Over 50,000 lines of code### `hangman_v1s.py`
- This version works with words between *4 and 8* letters
- Over 18,000 lines of code### `hangman_v2.py`
- This version works with words between *3 and 10* letters
- Guesser will __not__ see first and last letter of word from start
- Gallows __isn't__ drawn before play
- Over 63,000 lines of code### `hangman_v2s.py`
- This version works with words between *3 and 6* letters
- Over 21,000 lines of code### HowTo
- Works only with **Python 3.x**
- Open terminal/command line
- Write `python -i nameoffile.py`