Play game
Pumpkin Jump's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #14 | 4.000 | 4.000 |
Theme | #22 | 4.125 | 4.125 |
Overall | #27 | 3.875 | 3.875 |
Audio | #68 | 3.375 | 3.375 |
Graphics | #95 | 3.500 | 3.500 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Excelent graphics and soundtrack! I wasn't sure if it was a bug or a feature the fact that when you sacrifice a pumpkin if the player pumpkin is below the sacrificed one when it is falling, the sacrificed pumpkin will stop in midair and stay there. If it's a feature that I would recommend more information in regards to this.
It was sort of a bug turned feature for me. I definitely agree with you, but I couldn't think of any really good ways to show it without flat-out saying that you can. Any ideas?
I'm not sure to be honest. Usually puzzle games have a level that is just designed to teach you a mechanic. If you make a level like the fist one where you need a step stool to get to a higher area and the respawn is close to that but it cannot be reached by just leaving the pumpkin on the floor, I think it would suffice. You also should add some sort of effect like a magical particle floor to pumpkins in the air like that because without it, a player like me might think that it's a bug.
Sounds great, thanks!
I really like the game, and I hope to see an extended version in the future. Nice game!
I have looked into a web build a bit and I do not really think that it is possible. Python cannot be compiled due to various reasons and the supposed "web builds" are just some sort of web emulations. I could include a link to one of these if you like, but the ones I have tried are very laggy.
You should be able to run main.py from the source code if you have pygame installed. I do not currently have a Linux machine, so I cannot make a Linux build. Sorry.
From the error message, the problem is that you do not have pygame version 2 or above. The pygame.SCALED flag is something that was not in previous pygame versions.
AwSoMe! One of the best games I've played so far. I actually didn't see any bugs... in a jam game, can you believe it? I can't :D. Anyways, good job!
This game is incredible! The puzzles had me hooked from start to finish, the soundtrack perfectly fits the spooky theme, and it never got too hard that I wanted to quit.
The little pumpkin is also very cute, congrats on making a great game
It's very cool and awesome!
Pygame i am right?
Yeah, I did have a couple of reusable scripts beforehand, so I did not have to make the collision system, tile system, etc.