Cool idea, i liked the game and the tunnels.
Play game
Patch Dash's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Graphisms | #6 | 4.000 | 4.000 |
Gameplay | #11 | 3.231 | 3.231 |
Overall | #16 | 3.077 | 3.077 |
Theme / Rules | #16 | 3.462 | 3.462 |
Musics / Sounds | #45 | 1.000 | 1.000 |
Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
Hey pretty fun game, the way the pumpkin roll is so funny and somewhat random. But sometimes i can get stuck on the tunnel by circling it for a few seconds. The hay at the end i think just triggered for the first time playing, after i pressed play again the hay is not triggered anymore. And maybe if you give jump button, a small gap, and maybe spike that can destroyed the pumpkin will be more fun.
We ended up making pretty similar games! I like that stuff happens in your map like the falling haybales. The collectible coins could have been highlighted more so they actually look collectible!
Wish there were multiple levels too but pretty cool little game overall!
I really did like this game instantly when you positioned us on the start line.
Some observations:
- The UI was partially cut off at the top of the screen (I could see the bottom half of the timer)
- One run, I got stuck on the left side of the pitchfork when trying for the jump...then there was no way out
- I'm not sure if score is normally visible above the timer, however, the score at the end was hard to connect to the action. It seemed like time was the most important factor, not the coins. If this is the case, the coins lose a lot of purpose.
- On some playthroughs the barrel avalanche at end would trigger. It wasn't clear what the triggers condition was; seemed random.
The assets used worked very well. And level design was fun for a fast roll. Like others, I was motivated to try multiple times to use the tubes, squish stuff, make the pitchfork jump...go for speed, go for coins, etc. Could be a good start to a bigger game.
Thank you very much for the feedback, especially about the pitchfork bug!
It will help me improve the level design for the post jam update.
- The UI seems to be fine for most people, would you mind sending a screenshot of what you've seen? It could also be a browser issue.
- The score is actually below the timer in white. The timer has a black rectangular background, but the score is just below it. (Admittedly, I should have made it a little more contrasting.)
- The trigger does seem to break after consecutive runs and I'm still unsure what causes it. However, it's simply triggered after reaching a specific point in the track.
- The coins, I agree, need to be more balanced. The initial design was to make the majority of the score dependent on the time, then the coins would determine the "tipping point" factor. Typically this is used to try and beat a previous score by trying different paths in the track. I was unable to get a decent balance between paths however...
I also made this with a possible multiplayer update in mind, so hopefully I can get this balanced enough :)
This is what it looks like for me in browser full screen (1920 x 1080).
While playing again to get you a screen shot, I see that the location is fine when windowed
The reason for this is likely the screen resolution. It looks like your game was made for 800 x 600 resolution (or some other scale with same ratio, 1.33). So on a wider screen (1920 x 1080 is 1.77 ratio), some items fall off screen vertically due to pixel height and anchor positions. I actually had a very similar issue on my game where the UI placement was a mess at different screen resolution ratios). To fix this in Unity, on your UI canvas, add a UI scaler component. Set the resolution your game is built at 800 x 600 and set the match to 1 (so that it will match height, which is what you want for a game that is landscape orientation). Finally, it's a good practice to anchor your UI items from the closest edge. In this case the timer located at the top of the screen should be anchored to the top-center. In this way the rect dimensions will then define how far the timer text object is from this anchor position.
Related to the discussion on score:
The first image above was taken just before crossing the finish line, with a current score of 4100. Than half a second later screenshot 2 shows a score of 54,899. This is why I felt the 'score' may have been off screen. It is hard to connect the 4100 to 54,899 result. I guess you could break the score down to something like this:
Total score: XXXX
- based on time: YYYY
- bonus, based on coins ZZZZ
Since the coins are kind of a 'bonus'. Either way, we agree the coin value should be more balanced as their current contribution to score feels inconsequential.
I'm new to this stuff too. Please don't take the above post as anything other than someone sharing something they also struggled with and trying to share the resolution they found. Best of luck to you.
edits to fix typos.
I love the level design in this game. Went back and replayed several times to try all the secret paths and jumps that I noticed on my first couple of runs. The art is also very good for a game jam!
Nice graphics, smooth gameplay, smart level setup.
This is a very good game!
Really good fun, this! Shame about the lack of sounds as they'd add some good 'feedback', but I played a few times, nonetheless. The camera follow is nice and smooth, too
Ya, I unfortunately couldn't get to audio in time, and couldn't think of a fitting melody/instruments. Still can't honestly, but I will see about a post jam update to include audio and other things such as a leaderboard and multiplayer!
And glad you liked the camera, I was very happen with how it turned out. If you would like to see it being done, It's actually in the 1st dev log video. I speed up the actual coding portion, but you can still pause at parts and read it :)
Leave a comment
Log in with itch.io to leave a comment.