From d0d3c0c615ead07ca6d191a2cb33e1cde9e5aa52 Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:23:24 +0100 Subject: [PATCH] Base: Add manual page for Breakout --- Base/usr/share/man/man6/Breakout.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Base/usr/share/man/man6/Breakout.md diff --git a/Base/usr/share/man/man6/Breakout.md b/Base/usr/share/man/man6/Breakout.md new file mode 100644 index 00000000000..76a76364413 --- /dev/null +++ b/Base/usr/share/man/man6/Breakout.md @@ -0,0 +1,15 @@ +## Name + +Breakout + +## Synopsis + +```**sh +$ Breakout +``` + +## Description + +Breakout is an arcade game from 1976 where the goal is to remove all blocks by hitting them with a ball bouncing it of a pad. + +The pad can be moved by either using the mouse or the left and right arrow keys.