2024-03-09 18:06:25 +00:00
|
|
|
# wordTTY
|
2024-03-09 18:06:16 +00:00
|
|
|
|
2024-03-09 18:06:25 +00:00
|
|
|
A text-based client for the popular Wordle game.
|
|
|
|
|
2024-03-09 18:06:38 +00:00
|
|
|
usage: `python3 wordle.py [--nounicode]`
|
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:06:28 +00:00
|
|
|
|
2024-03-09 18:06:33 +00:00
|
|
|
![image](https://user-images.githubusercontent.com/4806744/152654176-0f1c0eee-8b6a-48cf-a5ff-272b319b1a90.png)
|