wordleTTY/README.md

12 lines
407 B
Markdown
Raw Normal View History

2024-03-09 18:06:25 +00:00
# wordTTY
2024-03-09 18:06:16 +00:00
2024-03-09 18:07:04 +00:00
A text-based client for the popular Wordle game, to play on the command line. Real programmers don't need browsers!
2024-03-09 18:06:25 +00:00
2024-03-09 18:06:47 +00:00
usage: `python3 wordle.py [--no-unicode]`
2024-03-09 18:06:35 +00:00
alternatively, you can play it remotely:
`telnet ssh.xereeto.co.uk 7777 `
or
`ssh wordle@ssh.xereeto.co.uk -p 9999`
2024-03-09 18:07:02 +00:00
![image](https://user-images.githubusercontent.com/4806744/152666421-ca5dd7a1-6da2-475d-9aa1-377486a37ed6.png)