mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
Games: Add ColorLines
This commit is contained in:
parent
d987ddc0ee
commit
28bb3367cb
14 changed files with 1119 additions and 0 deletions
4
Base/res/apps/ColorLines.af
Normal file
4
Base/res/apps/ColorLines.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Color Lines
|
||||
Executable=/bin/ColorLines
|
||||
Category=Games
|
BIN
Base/res/icons/16x16/app-colorlines.png
Normal file
BIN
Base/res/icons/16x16/app-colorlines.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 590 B |
BIN
Base/res/icons/32x32/app-colorlines.png
Normal file
BIN
Base/res/icons/32x32/app-colorlines.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Base/res/icons/colorlines/colorlines.png
Normal file
BIN
Base/res/icons/colorlines/colorlines.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
19
Base/usr/share/man/man6/ColorLines.md
Normal file
19
Base/usr/share/man/man6/ColorLines.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Name
|
||||
|
||||
 Color Lines
|
||||
|
||||
[Open](file:///bin/ColorLines)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ ColorLines
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
ColorLines is a classic game.
|
||||
|
||||
Click a marble, then click an empty square to move.
|
||||
You can only move along unblocked paths.
|
||||
Build rows of 5 or more marbles of the same color to score.
|
Loading…
Add table
Add a link
Reference in a new issue