Ahh darn, I thought ponds should be no more then one row appart, greens go randomly up or down f for an obstical but prefer capping a pond.
AlpinePorkupine
Creator of
Recent community posts
Nice, i think the failure condition when you start are way to short though.
If you were to ask me one small change to make, I'd say instead of spawning the target on the outer area always, spawn them in place of one of the people who already exist.
The player bounces when they go to the edge, Also i think you use a kinematic body for player movement, you could try raycasting first before you move and then only moving as far as your raycast, (infact for this game you are raycasting you can just remove the player's physics body all together, just use the height of the building they are on as their Z and raycast the directional keys and move as far as the raycast was). Let me know if you need help with this.
If you asked what small changes you could do to make it better, Its' really about fixing how it works on itch.io . You cant see your person capsule when it's not full screened, and then it's really easy to fall in the hole next to where you spawn. Either fill it in or add a kill box when the player falls.
But the most important thing I'd say is, make more levels because i really enjoyed it!
I cant seem to get the clock to work!
If you asked what small changes you could do to make it better, I'd suggest think the movement speed should be slowed down, make left click the continue button for text, and make the clock turns smaller increments, maybe divide the movement by 30 so it only ever points to the numbers. currently the rotation look a bit off so the big hand never really points straight at the 6. Because you want players to guess the number, having 360 directions that it can point means that the player might have the right idea, but fail to point it correctly.