mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
gnuchess: add page (#22173)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# gnuchess
|
||||
|
||||
> Play chess against an engine.
|
||||
> More information: <https://www.gnu.org/software/chess/manual/gnuchess.html#Running-GNU-Chess>.
|
||||
|
||||
- Start an interactive chess game:
|
||||
|
||||
`gnuchess`
|
||||
|
||||
- [Interactive] Play a move using algebraic notation:
|
||||
|
||||
`{{e4}}`
|
||||
|
||||
- Enable graphic mode, showing chess pieces instead of letters:
|
||||
|
||||
`gnuchess {{[-g|--graphic]}}`
|
||||
|
||||
- Display engine output:
|
||||
|
||||
`gnuchess {{[-p|--post]}}`
|
||||
|
||||
- [Interactive] Exit `gnuchess`:
|
||||
|
||||
`quit`
|
||||
Reference in New Issue
Block a user