1. The game board consists of 8x8 Tiles. Each tile is either empty or contains a coloRed Ball.
2. To start the game, you must select a ball from the board and then move it to an adjacent empty tile.
3. When you move a ball, it will leave behind a Line of balls in the same color. The Line can go in any of the four directions: Up, down, left, or right.
4. If the Line of balls Connects Five or more balls of the same color, those balls will be removed from the board.
5. The Goal of the game is to remove as many balls from the board as possible.
6. When tHere are no more possible moves, the game is over. The player with the most Points wins.