https://github.com/capjamesg/guessthechar
Guess the missing character.
https://github.com/capjamesg/guessthechar
Last synced: about 1 year ago
JSON representation
Guess the missing character.
- Host: GitHub
- URL: https://github.com/capjamesg/guessthechar
- Owner: capjamesg
- Created: 2023-12-29T18:49:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T18:51:18.000Z (over 2 years ago)
- Last Synced: 2025-07-19T10:21:33.276Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guessthechar
`guessthechar` is a speed letter guessing game.
You are presented 10 words and have to guess the missing letter in each of them.
The goal is to guess as many words correctly in as short a space a time as possible.
Perhaps you'll even learn a new word or two in the process!
## Installation
```
pip install -r requirements.txt
```
## Play the Game
```
python3 guessthechar.py
```
## Example game
```
Guess the letter: fire_ d
Correct!
Guess the letter: palac_ e
Correct!
Guess the letter: de_loying p
Correct!
Guess the letter: nata_ r
Incorrect!
The correct word was: natal
Guess the letter: timb_rland e
Correct!
Guess the letter: harve_ting s
Correct!
Guess the letter: bud_et g
Correct!
Guess the letter: medi_ted a
Correct!
Guess the letter: sc_nted a
Incorrect!
The correct word was: scented
Guess the letter: prem_um i
Correct!
Your score: 8
Time taken: 14.17497706413269
Avg time: 1.42
```
## License
This project is licensed under an [MIT license](LICENSE)