About
This is a pet project game around guessing a word based on its location in the alphabet. Users will provide a word, and the application will tell them if that word falls before or after the target in the alphabet. This process will then be repeated until the target is found. HINT: Think binary search trees!
Attributions
Originally inspired by https://hryanjones.com/guess-my-word/.
The Scrabble word list was obtained from https://sourceforge.net/projects/scrabbledict/.
The backend web framework in use is Chi: https://go-chi.io
The frontend frameworks in use are:
- Pico CSS: https://picocss.com/
- Bootstrap Icons: https://icons.getbootstrap.com
- HTMX: https://htmx.org
Persistence is being enabled using a Redis backend.
View the source at https://github.com/taiidani/guess-my-word.