A little CLI Wordle clone using the official solutions, written in Python
Jeeb
f8bd727cbb
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 |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md |
Wardle.py
A little CLI Wordle clone using the official solutions, written in Python