Linez
|
||||
Score 0 | Next 217 | Time 0:00 |
Linez is played on a 9x9 board. On each turn you move one of the numbers to an empty cell along any clear path (a path consists of other empty cells connected by borders). The goal of the game is to score points by clearing numbers off the board. You clear a group of numbers by getting 5 or more in a row horizontally, vertically, or diagonally. When you clear a group of numbers, you get 10 + k*(k-5)/2 points where k is the number of numbers cleared. Any turn on which you do not clear a group of numbers, the three numbers in Next are randomly placed on the board. The game ends when the board is full of numbers.
Click and drag a number to an empty cell to move it.
Point Table | |
---|---|
Numbers Cleared | Points |
5 | 10 |
6 | 13 |
7 | 17 |
8 | 22 |
9 | 28 |
10 | 35 |