When are you planning to release it?
No idea, but I guess first quarter of 2016, 6 months at least or so I guess...
That melting King is just ludicrous and wonderful! This whole game seems brilliant. Really looking forward to seeing more!
Thanks man, is good to know someone is interested... I know, the king is just amazing! I'll see if I can upload another gif of it one of these days...
Hey hello, I'm the programmer of the game.
Well I was supposed to upload a devlog today xP, but a team member found THIS BUG
(as you can see that's not the kind of bug that you can just leave there, so I had to work on it)
that bug almost made me take my katana to kill my self to at least somehow die with honor...
well I would've liked to have taken gisfs while coding and solving the bug, but is enough to say that I wasted all (yes ALL) the (my) night changing and testing all the possibilities of how the player picks and moves other objects ...
A brief explanation: Picking objects is in fact simple, once having the ID of the box in front of you, just disable gravity of it, and at the end of every update of the player object move the box coordinates to the ones over the player's head and then update the box object...
but that wasn't enough, the box that's over your head can still move a little when other object pushes it, and that can't be seen cause it's moved back instantly (before drawing) and that causes the problem of the first gif.
I saw this and decided to do put a really big mass to the object in your hands, to make it kind of unamovable, and that worked for the sides at least, but other players started to do little jumps and shakes when they were over the box in your hands.......
after many hours of problems, the solution was creating other invisible dummy box over your head, just behind the picked box and with the same size, but this one is part of your player collision system, not external, also I had to update the box position after and BERFORE the player update, wich is a pain in the neck, and that just worked smoothly, untill....
Someone decided to take a magnet box..... and then the hardcore extrange part started, I never knew what caused that movement, I changed a lot of things and now I think (and hope) is solved.
As extra, I've added the winning animations...
Any suggestion is appreciated (: