It's a lot like Wordle, but... mean
My attempt at recreating the experience of 😈 Evil Wordle 😈 as a project in Python.
- Take a random guess
- Evaluate guess against all 5 letter words for what pattern has the most possible results
- Inform user of how many words remain
- Keep them guessing as long as possible
- Identify issues in check_permutations, see function for details
- Idenfity issues in leaving guesses in available words for 1 loop too long
- Initial release! 🎇
- Add ability to give up 😖
- Show letters guessed but not included 📃
- Optimize guess evaluation time ⌛
- Deploy as webpage, see Flask to do list below
- (Optional) Add ability to play against other lengths of words 📏
- (Optional) Find more complete list of words 📕
- Add Flask support
- Instanced playthrough
- Solve caching issues
- Deploy online
- (Optional) Generate GUI for playthrough?