gnuchess: add page (#22173)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Dylan
2026-04-25 12:22:10 +00:00
committed by GitHub
parent 62e89aa20d
commit 74f111c97b
+24
View File
@@ -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`