Update README.md
This commit is contained in:
parent
1a5d9a76c9
commit
1496daea3c
|
@ -6,9 +6,13 @@ Compatible with ANSI and VT220-style terminals. Has built-in monochrome fallback
|
||||||
play remotely:
|
play remotely:
|
||||||
`telnet wordle.xereeto.co.uk 7777 `
|
`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 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
|
or
|
||||||
`ssh play@wordle.xereeto.co.uk -p 9999`
|
`ssh play@wordle.xereeto.co.uk -p 9999`
|
||||||
`ssh play-random@wordle.xereeto.co.uk -p 9999`, for a random puzzle
|
`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
|
don't try to log in as root over telnet
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue