Keep On Going by sirerr

[raw]
made by sirerr for LD30 (JAM)
Simple looping game. Using WASD and your mouse, you pick up the blocks and move them to the flames of the same color. You can restart by pressing the swirl.

Jump by pressing space and if you pick up the wrong cube, press "F" to delete it but remember, you only get one.

Stay in control by moving different ways.

Feedback

OnlySlightly
26. Aug 2014 · 23:13 UTC
Loved all the puzzles! And how the environment changes all around you. Great job!
Rage Paint
29. Aug 2014 · 18:27 UTC
Fun, I wish I was better at platformers. Might have found a bug at the second part... my red block disappeared when I tried to put it down on the platforms.
nesis
29. Aug 2014 · 18:43 UTC
Nice idea for the game! It could go some interesting directions.

It seems like some colliders are getting unintentionally parented to your player, and sometimes end up colliding with the player, pushing them sideways constantly (since they're parented, they try to keep the same position relative to their parent... but their parent's getting pushed away from them!). Putting the colliders on different layers and setting them to not collide in the physics matrix (edit -> project settings -> physics, untick to remove collision between two layers) can be used to fix that. An alternative is to use Physics.IgnoreCollision(playerControllerCollider, someOtherCollider) (found at: http://docs.unity3d.com/ScriptReference/Physics.IgnoreCollision.html)

I hope that didn't come across as condescending - my intent here is to be helpful :)
pjchardt
15. Sep 2014 · 19:32 UTC
Interesting premise. Had some issues with the controls though, after awhile I just started drifting. I thought it may be related to what nesis said but I had deleted the block. Also, I would encourage you to look into mouse lock for your next game. That said, nice work!