curses-based wordle clone
Go to file
xereeto 82db149a94 added random play 2024-03-09 18:07:39 +00:00
LICENSE Initial commit 2024-03-09 18:06:09 +00:00
README.md added random play 2024-03-09 18:07:39 +00:00
possible.py Create possible.py 2024-03-09 18:06:21 +00:00
random_play.py Create random_play.py 2024-03-09 18:07:37 +00:00
requirements.txt Create requirements.txt 2024-03-09 18:06:23 +00:00
wordle.py Added random play functionality 2024-03-09 18:07:34 +00:00

README.md

wordTTY

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
or
ssh play@wordle.xereeto.co.uk -p 9999, for today's wordle puzzle
ssh play-random@wordle.xereeto.co.uk -p 9999, for a random puzzle

dial-up version coming soom (yes, really) image