aboutsummaryrefslogtreecommitdiff
path: root/games/divide-and-succeed
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* Divide and succeed is a slicing cake game :-DDmitry Marakasov2017-02-225-0/+70
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/ Notes: svn path=/head/; revision=434597