blob: 557dadaa6969cd1498ace1f81ed35be1326c811d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Divide and succeed is a slicing cake game :-D
You have to cut a Polygon in a specific number of equal parts using
a specific number of lines.
Levels consists of a list of Polygons, a number of parts and a
number of slices. Maximum width allowed for a level is 600, Maximum
height is 400. There is no level editor at the moment, so it's
text-editor style.
WWW: http://projects.haxx.es/p/divide-and-succeed/
|