Interesting how it calculates how much % I got right! Very well implemented little puzzle solver! Love it!
Viewing post in Made to Fit jam comments
Thanks! If you want to know exactly how it works, the score is divided into 4 quarters. Each one respectively corresponds to the placement, the scale of the objects, their layer and the final one is the easiest one as it checks if you placed all the objects. With that scoring system it's not that hard to get 50% or more, it's not that punishing, and is fairly simple to calculate. If I had time I would have worked a bit more on the balancing but I'm fine with how it works for the game jam.