A plant-based word game, based on Wordle (the original), but with solutions restricted to the following categories:
- herbs and spices
- fruit, veg, beans and mushrooms
- flowers, bushes, trees and crops
- frontend in Svelte
- deployed via Netlify
- Supabase backend db for words
- WordsAPI dictionary lookup
- improve responsiveness
- add more words to supabase table
- category based hints
- improve logging/monitoring
- player statistics
- highlight keyboard with correct/present/used letters
- use localStorage to store results and number hints used
- restrict users from playing more than once per day (aside from clearing cache)
- link to github
- new colour scheme
- design overhaul
- allow convenient sharing
- integrate real dictionary lookup API
- select words
- integrate backend database for words with daily changes
- integrate site analytics
- build word matrix and keyboard
- implement game logic
- basic styling
- hardcoded solution
- basic logging and monitoring
This repository is open sourced for learning purposes only. It is not for profit, neither do I claim any ownership of the Wordle trademark. The owner of the "official" Wordle owns all applicable rights to that game.