- F STRINGS????????????
- Enforce relativity
- Rename things for better
- Separate the cheating from the game playing
- Remove most hardcoded constants
- Introduce new wordlist 'format' (lol python, who needs json)
- Test things fairly extensively
everything:
- indent to 3 spaces; 2 is too few, 4 is too many
ui:
- Create UI helper functions
- Hook print and input to move the cursor around the screen (fun!)
- Support partial screen clearing
- Support moving relatively and absolutely
- Save and load cursor position before input or print
w:
- Clarify with comments
w2:
- Import the NYT wordlist
c:
- Capitalize constants
g:
- Handle sigint gracefully (WHY)
- improve the user experience through popup messages
- Auto-color-coded keyboard (to the tune of TMNT)
- Classic gamemode, uses Wordle Classic solutions
- Additional pass for marking gray letters (on the keyboard)
- Move printing the intro Wordle #* string into own function
- Move the game board into the middle of the screen