A little CLI Wordle clone using the official solutions, written in Python
Go to file
Jeeb f8bd727cbb Draw the rest of the owl
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
2022-02-16 02:21:58 -06:00
src Draw the rest of the owl 2022-02-16 02:21:58 -06:00
.gitignore Initial commit 2022-02-12 11:23:24 +00:00
LICENSE Update license (lol) 2022-02-14 20:52:35 -06:00
README.md Initial commit 2022-02-12 11:23:24 +00:00

Wardle.py

A little CLI Wordle clone using the official solutions, written in Python