curses-based wordle clone
Go to file
xereeto d0be5d8ac7 fixed off-by-1 on score report 2024-03-09 18:07:00 +00:00
LICENSE Initial commit 2024-03-09 18:06:09 +00:00
README.md fixed cli option 2024-03-09 18:06:47 +00:00
possible.py Create possible.py 2024-03-09 18:06:21 +00:00
requirements.txt Create requirements.txt 2024-03-09 18:06:23 +00:00
wordle.py fixed off-by-1 on score report 2024-03-09 18:07:00 +00:00

README.md

wordTTY

A text-based client for the popular Wordle game.

usage: python3 wordle.py [--no-unicode]

alternatively, you can play it remotely:
telnet ssh.xereeto.co.uk 7777
or
ssh wordle@ssh.xereeto.co.uk -p 9999

image