Play game
Pitfall's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #8 | 3.261 | 3.545 |
Humor | #19 | 2.425 | 2.636 |
Overall | #21 | 3.010 | 3.273 |
Theme | #25 | 2.760 | 3.000 |
Audio | #30 | 2.174 | 2.364 |
Mood | #33 | 2.258 | 2.455 |
Graphics | #35 | 2.425 | 2.636 |
Ranked from 11 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source code
https://github.com/flee135/Pitfall
Tools used
Godot, Blender
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice model animation for a 72h game! I really like the old-fashioned split screen approach to multiplayer.
Fun, goofy game! I included it in my Open Jam compilation video series, if you’d like to take a look. :)
I wish you had added a 1 player mode to the game. You already had most of the options needed to make it a wave based survival game in the menu anyways. As I had no one to play this with I played it like a 1 player game anyways by moving the other character into a corner and trying to protect him and survive for as long as possible with the constantly spawning enemies.
Ran well on a low powered Arch Linux laptop and the only bug I encountered was the fact that if both players fell into a pit the game would say they had both won :P.
Thanks for trying out our game! I'm glad you were able to find a way to play, though keeping the other player alive sounds very difficult :)
In fact, the original concept for this game was a single player or co-op wave based game. After playtesting with two players we realized we had a lot more fun making it competitive and so that became our focus. Sadly there is a bool that toggles single and multiplayer, but we overlooked that before the submission deadline and did not expose that option on the main menu. It's something that would be easy to add if we decide to update the build.
Another idea that I had a day after submissions was to actually have a simple AI for the second player. It would incorporate the same pathfinding that the enemies currently use, and have simple triggers for the attacks. Potentially something else we could add as well.
Too bad about the single player vs. multiplayer toggle being left out! Even a rudimentary AI would've indeed been nice too, but with how hectic game jams can be I totally understand that such a thing might not be a priority.