diff options
author | Oleg Kosenkov <okosenkov@bloomberg.net> | 2022-11-01 10:36:51 -0400 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-11-05 16:35:13 -0600 |
commit | 46c6176fad4dd6e25a7a6b4511dd3c3be87113c5 (patch) | |
tree | 1d1c7d3c5bf9baf14624fddc6df58cd21d8bca66 /Base/usr/share | |
parent | 73f4cfa93056556ec454e87147f38dd4a17b0e93 (diff) | |
download | serenity-46c6176fad4dd6e25a7a6b4511dd3c3be87113c5.zip |
Games: Add BrickGame
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man6/BrickGame.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Base/usr/share/man/man6/BrickGame.md b/Base/usr/share/man/man6/BrickGame.md new file mode 100644 index 0000000000..41fb47ed69 --- /dev/null +++ b/Base/usr/share/man/man6/BrickGame.md @@ -0,0 +1,15 @@ +## Name + +![Icon](/res/icons/16x16/app-brickgame.png) BrickGame + +[Open](file:///bin/BrickGame) + +## Synopsis + +```**sh +$ BrickGame +``` + +## Description + +BrickGame is a classic game. |