From aa231a15801ef16cd39ad8a677d6f5665c04ec76 Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:31:27 +0100 Subject: [PATCH] Base: Add manual page for Pong --- Base/usr/share/man/man6/Pong.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Base/usr/share/man/man6/Pong.md diff --git a/Base/usr/share/man/man6/Pong.md b/Base/usr/share/man/man6/Pong.md new file mode 100644 index 0000000000..d04a61ff02 --- /dev/null +++ b/Base/usr/share/man/man6/Pong.md @@ -0,0 +1,15 @@ +## Name + +Pong + +## Synopsis + +```**sh +$ Pong +``` + +## Description + +Implementation of the 1972 Atari game Pong. + +Make the ball pass behind the opponent by bouncing the ball on the players paddle which can be controlled either by the mouse position or the up and down arrow keys.