From b15b87486dd52dc07062bd25b82dc719ba3705b3 Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:24:20 +0100 Subject: [PATCH] Base: Add manual page for Chess game --- Base/usr/share/man/man6/Chess.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Base/usr/share/man/man6/Chess.md diff --git a/Base/usr/share/man/man6/Chess.md b/Base/usr/share/man/man6/Chess.md new file mode 100644 index 0000000000..d97a93b1cd --- /dev/null +++ b/Base/usr/share/man/man6/Chess.md @@ -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.