curses-based wordle clone
Go to file
xereeto 86df8ced42 "soom" isn't a word, dumbass.
i can't believe thats been there the whole time
2024-03-09 18:08:01 +00:00
LICENSE Initial commit 2024-03-09 18:06:09 +00:00
README.md "soom" isn't a word, dumbass. 2024-03-09 18:08:01 +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 Update wordle.py 2024-03-09 18:07:56 +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
telnet wordle.xereeto.co.uk 7777 -l play-lineonly, to play in single line mode (for dumb terminals)
telnet wordle.xereeto.co.uk 7777 -l play-lineonly-random, for a random puzzle in single line mode
or
ssh play@wordle.xereeto.co.uk -p 9999
ssh play-random@wordle.xereeto.co.uk -p 9999, for a random puzzle
ssh play-lineonly@wordle.xereeto.co.uk -p 9999, to play in single line mode (for dumb terminals)
ssh play-lineonly-random@wordle.xereeto.co.uk -p 9999, for a random puzzle in single line mode

don't try to log in as root over telnet

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