1a5d9a76c9 | ||
---|---|---|
LICENSE | ||
README.md | ||
possible.py | ||
random_play.py | ||
requirements.txt | ||
wordle.py |
README.md
wordleTTY
A text-based client for the popular Wordle game, to play in your terminal. Real programmers don't need browsers!
Compatible with ANSI and VT220-style terminals. Has built-in monochrome fallback mode.
play remotely:
telnet wordle.xereeto.co.uk 7777
telnet wordle.xereeto.co.uk 7777 -l random
, for a random puzzle
or
ssh play@wordle.xereeto.co.uk -p 9999
ssh play-random@wordle.xereeto.co.uk -p 9999
, for a random puzzle
don't try to log in as root over telnet