Thanks for the awesome feedback! I tried to make level 10 a bit easier for my next update by reducing player speed slightly and adjusting the cam. As far as the door glow goes, I just added some gaussian blur on a white copy of the door in photoshop. The black screen silhouette is a 4k image with a transparent cut out of the player and I just shrink it in and expand it out. since reading your feedback I have added a restart button (R) and on some levels (not all) I have added some look ahead on the camera. Ill upload the changes when the jam ends. Thanks so much appreciate it
Leeding Apps
Creator of
Recent community posts
This was a fun game to play, ended up getting all the badges and enjoyed doing it. I like your take on the theme its a bit more unique than the other entries in the way you earn patches. The only patch that took a few tries to beat was the archery one but I found you can mash space bar for the first 4 which made it a little easier, and then carefully time the rest. Cool game well done!
Thanks for playing, it's not perfect but I tried, I would have liked to play test more and put more work into the difficulty. Only after releasing the game I realised how difficult it was and not many people make it to the leaderboard. I just used a float variable within the FixedUpdate() method to control the pitch of the audio source as you increase/decrease in size, it has a pretty cool effect
Thanks so much, movement is really important to me so I like to put a lot of work into it. I've tried different ways to include mobile users in previous jams but it's hard to determine if a mobile device is in use as it's a web browser game so I just thought I'd prompt the user at the start for touch controls, I'm still experimenting to find better ways though
Thanks for the feedback. The leaderboard doesn't update on mobile as I don't have an on screen keyboard to allow the user to type in their name for the highscore but it was mainly designed for desktop, just thought I'd add it in to have that option. I think in future game jams I need to make my games a bit easier. Thanks for playing