curses-based wordle clone
Go to file
xereeto 119b9bd3dd Update wordle.py
added score at end
2024-03-09 18:06:42 +00:00
LICENSE Initial commit 2024-03-09 18:06:09 +00:00
README.md Update README.md 2024-03-09 18:06:38 +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 Update wordle.py 2024-03-09 18:06:42 +00:00

README.md

wordTTY

A text-based client for the popular Wordle game.

usage: python3 wordle.py [--nounicode]

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

image