diff options
author | Andreas Kling <kling@serenityos.org> | 2022-06-14 14:17:47 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-06-15 17:15:04 +0200 |
commit | 45de16f19577f8a22672e5a474b4b328993f241d (patch) | |
tree | 3d2a4bcdcad1f334063ed74b07402cf1a99e144d /Base/usr/share | |
parent | 4e4a930b13f0f874f0ad7c368f1adb7fa5cb1e0b (diff) | |
download | serenity-45de16f19577f8a22672e5a474b4b328993f241d.zip |
Userland+Base: Remove Breakout and Pong games
These games were not very playable and definitely not fun.
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man6/Breakout.md | 17 | ||||
-rw-r--r-- | Base/usr/share/man/man6/Pong.md | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/Base/usr/share/man/man6/Breakout.md b/Base/usr/share/man/man6/Breakout.md deleted file mode 100644 index d701330081..0000000000 --- a/Base/usr/share/man/man6/Breakout.md +++ /dev/null @@ -1,17 +0,0 @@ -## Name - -![Icon](/res/icons/16x16/app-breakout.png) Breakout - -[Open](file:///bin/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. diff --git a/Base/usr/share/man/man6/Pong.md b/Base/usr/share/man/man6/Pong.md deleted file mode 100644 index 22f7e63140..0000000000 --- a/Base/usr/share/man/man6/Pong.md +++ /dev/null @@ -1,17 +0,0 @@ -## Name - -![Icon](/res/icons/16x16/app-pong.png) Pong - -[Open](file:///bin/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. |