mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
Games: Add BrickGame
This commit is contained in:
parent
73f4cfa930
commit
46c6176fad
9 changed files with 745 additions and 0 deletions
4
Base/res/apps/BrickGame.af
Normal file
4
Base/res/apps/BrickGame.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Brick Game
|
||||
Executable=/bin/BrickGame
|
||||
Category=Games
|
BIN
Base/res/icons/16x16/app-brickgame.png
Normal file
BIN
Base/res/icons/16x16/app-brickgame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 B |
BIN
Base/res/icons/32x32/app-brickgame.png
Normal file
BIN
Base/res/icons/32x32/app-brickgame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
15
Base/usr/share/man/man6/BrickGame.md
Normal file
15
Base/usr/share/man/man6/BrickGame.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Name
|
||||
|
||||
 BrickGame
|
||||
|
||||
[Open](file:///bin/BrickGame)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ BrickGame
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
BrickGame is a classic game.
|
Loading…
Add table
Add a link
Reference in a new issue