Update: I have ported this game to Andriod! https://play.google.com/store/apps/details?id=com.SoloGame.Split

This is made for the game jam https://itch.io/jam/mobilegamejam1

I am late to the jam, but I still want to create something. I have to sacrifice a lot of elements to finish in time.

The goal is to split the shape in half. If the split area is within the margin, the difficulty increases. Try to successfully split the shape as much as possible.

This game heavily relies on Delaunay triangulation (implementation thanks to https://github.com/RafaelKuebler/DelaunayVoronoi) to create the shape. A custom 2D mesh is created so that I can split it into 2 and calculate the area,

Leave a comment

Log in with itch.io to leave a comment.