| |
|
|
| |
|
|
| |
Your goal in Batata is to arrange balls into lines. The game starts with a 9x9 square board. If you make a line (vertical, horizontal or diagonal) of 5 or more balls of the same color then you earn certain number of points, otherwise three new balls appear in random places with random colors. To move a ball, there must exist at least one path from the source to the destination. You reach a higher level after every 500 points.
The number of total colors will increase by one each time you reach a higher level. You score 2 times the number of balls you eliminated for the first level, and 3 times the number of balls you eliminated for the second level, and so on.
Tips
Consider the impact of the new balls before you make a move. Try to maintain as many open spaces as possible. Try to avoid building diagonal lines: incomplete diagonal lines will block the board. |
|
| |
|
|
|
|