curses-based wordle clone
Go to file
xereeto 1c8572e4d4 suppress blessed warnings 2024-03-09 18:07:53 +00:00
LICENSE Initial commit 2024-03-09 18:06:09 +00:00
README.md Update README.md 2024-03-09 18:07:51 +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 suppress blessed warnings 2024-03-09 18:07:53 +00:00

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

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