Play game
River-Scaler's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme interpretation | #422 | 1.826 | 3.333 |
Gameplay | #461 | 1.461 | 2.667 |
Overall | #510 | 1.278 | 2.333 |
Innovation | #534 | 1.095 | 2.000 |
Graphics | #568 | 0.913 | 1.667 |
Audio | #585 | 0.548 | 1.000 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository URL
https://github.com/lumbar527/River-Scaler
Leave a comment
Log in with itch.io to leave a comment.
Comments
The concept is fun but the controls took some getting used to. You can look into having realistic gravity in-game or showing the player’s top score.
Some sound effects would have really improved the game. A background would have made it more atmospheric.
You can use pyinstaller to compile to a standalone build fairly easily (although cross-compilation isn’t possible).
Pretty fun, I played it for about 10-15 minutes. I thought the main mechanic works pretty well, and I found it interesting how one of the main challenges is to get BACK INTO the water ASAP before your breath runs out. I never died from the bears, just from getting stuck or running out of breath.
I thought it might be a slight improvement to have a visual indication of which parts of the water you are able to swim through. I kind of figured out that there's an invisible wall somewhere underneath the bears that you have to jump over, but maybe some kind of bubble animation or seaweed or something to help indicate how soon you can go back down into the water and still be able to swim forward. Unless you intended that to be part of the challenge.
While the graphics weren't what I would call "pretty," I appreciated that they are functional enough to do the job, and thus the game has a bit of a bad art charm to it ; )
The "wall" inside the waterfall is actually you swimming forward and the water pushing you pack.
I really am frustrated that the instructions I find on how to make python programs executable don't actually seem to work. There's another project out there that had the same thing going. If anyone knows how to actually use pyinstaller, that would be helpful. I do know enough, though to have python on the machine and make that run. I included a video of me trying your game. Congrats on completing it.
Thanks for playing!
If you can make, make a html version or at least a compiled version of the game.
I found the theme you used very unique but I can not rate your game without playing.
It's made in Python so I can't really compile it, but if you have/get python you should be able to run the commands and play it I think.
I made a few attempts to compile and make a web version but they weren't working, sorry.
You can make a single package that runs just by a click but I don't know the details. If webgl does not work it is much more harder to make it work.