Thank you very much, glad you enjoyed the puzzles (˶ᵔ ᵕ ᵔ˶)
you got stuck from a bug or a hard puzzle?
I like the idea, I used all my yellow/red/green and I don't know how to get more. Please change the BG music, it becomes annoying after hearing it loop for sometime. I really liked how you explained the mechanics of the game.
Also I left the game running for some time and nothing happened. Great job anyway!
Thank you Mossieur Patate, really do appreciate the feedback.
1. I didn't take into consideration the AZERTY keyboard ); I would assume the best thing to do is add a way to change the controls right? how do people usually solve the issue of multiple keyboard layout support? and is it possible to specify location on the keyboard and not a specific key?
2. the space key took me so much time to do, I tried making it longer but with the blur it resulted in a really bad looking button xD, tried editing on the sprite after that and it went horrible :). In the end I should have went with 'SPACE' as you said ;D
3. thank you!
4. It is the dumbest way you might imagine xD, move toward the closest target -> roll until you get the target -> move again
5-6. I wanted to add more feedback but didn't have time D; Hopefully after the jam ends I am going to update the game and solve this.
7. this is happening to everyone, submitting last minute always result in these issues D;
8. that is a cool Idea I am going to test it out after the Jam ends for sure.
9. it looks like the sprite filter is fixing the the blur issue.
Thank you for the kind words.
Thank you very much!! I haven't worked on pixel-art game before add didn't know that the filter is causing the blur issue, I tried removing the filter and it looks way better than before.
I always set PPU to the size of the image so that the image takes one unit of space in the game, I do that to simplify the math xD, I don't know if it is good or bad though. and I didn't know about the power of 2 thank you.