mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Games: Add Flood
This commit is contained in:
parent
02baa1b005
commit
7eca8f7e62
15 changed files with 822 additions and 0 deletions
4
Base/res/apps/Flood.af
Normal file
4
Base/res/apps/Flood.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Flood
|
||||
Executable=/bin/Flood
|
||||
Category=Games
|
BIN
Base/res/icons/16x16/app-flood.png
Normal file
BIN
Base/res/icons/16x16/app-flood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 B |
BIN
Base/res/icons/32x32/app-flood.png
Normal file
BIN
Base/res/icons/32x32/app-flood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 B |
21
Base/usr/share/man/man6/Flood.md
Normal file
21
Base/usr/share/man/man6/Flood.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
## Name
|
||||
|
||||
 Flood
|
||||
|
||||
[Open](file:///bin/Flood)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Flood
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Flood is a game where the goal is to fill the entire board with cells of the same color in the most efficient way possible.
|
||||
|
||||
The flooding begins from the top-left corner and continues in whichever direction chosen by selecting any cell of the wanted color.
|
||||
|
||||
## Settings
|
||||
|
||||
The size of the board and the color scheme can be changed in the settings.
|
Loading…
Add table
Add a link
Reference in a new issue