wordleTTY/README.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-03-09 18:07:51 +00:00
# wordleTTY
2024-03-09 18:06:16 +00:00
2024-03-09 18:07:32 +00:00
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.
2024-03-09 18:06:25 +00:00
2024-03-09 18:07:30 +00:00
play remotely:
2024-03-09 18:07:19 +00:00
`telnet wordle.xereeto.co.uk 7777 `
2024-03-09 18:07:58 +00:00
`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
2024-03-09 18:06:35 +00:00
or
2024-03-09 18:07:46 +00:00
`ssh play@wordle.xereeto.co.uk -p 9999`
2024-03-09 18:07:58 +00:00
`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
2024-03-09 18:07:25 +00:00
2024-03-09 18:07:49 +00:00
don't try to log in as root over telnet
2024-03-09 18:07:25 +00:00
dial-up version coming soom (yes, really)
2024-03-09 18:07:02 +00:00
![image](https://user-images.githubusercontent.com/4806744/152666421-ca5dd7a1-6da2-475d-9aa1-377486a37ed6.png)