mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Base: Add manual page for Chess game
This commit is contained in:
parent
f19a849f39
commit
b15b87486d
1 changed files with 15 additions and 0 deletions
15
Base/usr/share/man/man6/Chess.md
Normal file
15
Base/usr/share/man/man6/Chess.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Name
|
||||
|
||||
Chess
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Chess
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Chess is an implementation of the 15th century board game.
|
||||
|
||||
The game can either be played against another human or against the ChessEngine service.
|
Loading…
Add table
Reference in a new issue