From 0f59579d9183ac1747322cc2e07fdb8d80059532 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:36:26 +0000 Subject: [PATCH] Base: Improve ColorLines manpage Co-authored-by: spraines --- Base/usr/share/man/man6/ColorLines.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Base/usr/share/man/man6/ColorLines.md b/Base/usr/share/man/man6/ColorLines.md index 95d1b38cdd..98e3363ff4 100644 --- a/Base/usr/share/man/man6/ColorLines.md +++ b/Base/usr/share/man/man6/ColorLines.md @@ -12,8 +12,14 @@ $ ColorLines ## 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. -You can only move along unblocked paths. -Build rows of 5 or more marbles of the same color to score. +Click on a marble, then select an empty square for it to move to. Marbles can only move along unblocked paths. + +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.