https://github.com/tech-chad/wordguess
Word Guessing game using python3.
https://github.com/tech-chad/wordguess
game guessing-game python python3 text tui
Last synced: 3 months ago
JSON representation
Word Guessing game using python3.
- Host: GitHub
- URL: https://github.com/tech-chad/wordguess
- Owner: tech-chad
- License: mit
- Created: 2020-06-01T22:19:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T21:54:29.000Z (over 2 years ago)
- Last Synced: 2025-03-02T07:24:38.338Z (11 months ago)
- Topics: game, guessing-game, python, python3, text, tui
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### wordguess
Word guessing game by selecting letters one at a time.
Python 3.7+
#### Screen Shot

#### Command line options
```-w``` set the number of wrong guess
```-s``` single game play
```-a``` continues game play until 'quit' is entered
```--max``` set the max word length
```--min``` set the min word length
```--no_color``` turn color off