9167877b29Formatting and code style enhancements have been made to enhance the user experience.
main
Jeeb2022-02-16 17:52:42 -0600
86280a4b55Implement hard mode, plus customization game: - New flag --hard: Select from 3 levels of difficulty: - Greenie: only check greens - Hard: classic Wordle* hard mode - Grayless: All hints are checked, even gray letters - New flag: --nokeyboard disables the keyboard - Improved customization: - Box characters, colors, and keyboard layouts moved into wordlists! - Support for non-English alpha characters to be determined. It should work though, I think. - Most things are no longer hardcoded! The main function is still a bit of a spaghetti mess right now, though. To be fixed!Jeeb2022-02-16 17:51:57 -0600
b874cfc101Refactor everything: - 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 extensivelyJeeb2022-02-16 12:28:21 -0600
dff087128cMake the keyboard THICCJeeb2022-02-16 03:41:02 -0600
f8bd727cbbDraw the rest of the owlJeeb2022-02-16 02:21:58 -0600
c5a5c44ca1w: official solutions are provided solely for the purpose of compatibility with the canonical Wordle clientJeeb2022-02-14 20:56:50 -0600
5cfd666654g: - (c) notice - colorful text - use wordbox to print letters in boxes - better(?) formatting on printed strings - use more descriptive variable namesJeeb2022-02-14 20:56:02 -0600
1b214b33f0c: Colorful text for ANSI terminalsJeeb2022-02-14 20:53:08 -0600
bee9d3b348Uhh, changes I guessJeeb2022-02-12 10:45:33 -0600
9cdf72981cAdd new options: nonsense mode (don't check spelling), force WOTDJeeb2022-02-12 10:11:32 -0600
020f87e19cRemove duplicated code, mark todoJeeb2022-02-12 06:26:48 -0600
aa26089386Answer lookup: Add 'no peeking' mode; don't show answers at or beyond today's Wordle. (Trivial to work around, but allows for narrow searches.)Jeeb2022-02-12 06:22:45 -0600
5452552875Add [w]ord list and [g]ameJeeb2022-02-12 05:33:23 -0600