liege is the answer
- - - T-E-R-D-L-E - - -
sweed __#+_ If one dup letter is an incorrect spot, it will be yellow
needy _+#__ If one dup letter is an incorrect spot, it will be yellow
neeze __#_# Additional dups: green matches take priority
eerie +__+# Additional dups: lower index yellow takes priority over other yellows, but not over greens
eever ++___ Additional dups: lower index yellow takes priority over other yellows
# JGrasp vs VSCode Terminal
- Unfortunately the ClearScreen() function only works on command prompt or powershell
- If you are running this on JGrasp, you must comment out these lines of code:
- main.cpp line 65
- Terdle.cpp line 19
# Debugging Lines
- Set the answer to a certain word: uncomment main.cpp Line 111
- Display the answer during game: uncomment Terdle.cpp Line 22