mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Base: Improve ColorLines manpage
Co-authored-by: spraines <spraines@umich.edu>
This commit is contained in:
parent
9f710b0fb6
commit
0f59579d91
1 changed files with 10 additions and 4 deletions
|
@ -12,8 +12,14 @@ $ ColorLines
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
ColorLines is a classic game.
|
`Color Lines` is a classic puzzle game played on a 9x9 board.
|
||||||
|
|
||||||
Click a marble, then click an empty square to move.
|
Click on a marble, then select an empty square for it to move to. Marbles can only move along unblocked paths.
|
||||||
You can only move along unblocked paths.
|
|
||||||
Build rows of 5 or more marbles of the same color to score.
|
The goal is to arrange marbles of the same color in vertical, horizontal or diagonal lines. Once a line has five or more marbles it's removed from the board, scoring 2 points for each marble.
|
||||||
|
|
||||||
|
The current score is displayed in the top-left and the high score in the top-right.
|
||||||
|
|
||||||
|
After each move, three new marbles appear on the board. The game becomes more difficult as the board fills up and the game ends when the board is full.
|
||||||
|
|
||||||
|
Press `F2` to start a new game.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue