Play game
Winter's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall | #1 | 4.018 | 4.018 |
Music | #2 | 3.929 | 3.929 |
Gameplay | #3 | 4.071 | 4.071 |
Graphics | #3 | 4.286 | 4.286 |
How well the theme was used | #4 | 3.786 | 3.786 |
Ranked from 14 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Name of engine or framework
minifb (for window display and controls) and kira (for audio)
Leave a comment
Log in with itch.io to leave a comment.
Comments
Loved the "help" far away in the mountains! Great concept and really hard to stay in place ^^
Loved it!
I dig those PICO-8 vibes. I played the slower version and enjoyed how the controls feel, I think there is some finesse to them.
Awesome work!
It seems you forgot to add the assets/ folder in the source code.. I can't play it on linux. Can you make a new like with the full source code? Thanks!
Assets are inside "src" folder:
To run the game, all you need to do is move "sfx" folder to where your executable is. Assuming "debug" and "release" targets, you just have to copy and paste these assets there, and it should run with no problems:
The end result should be like this:
That's why there's a "pack-assets.bat" inside the project folder . I was thinking about using "build.rs", but it ended up being a lot easier to just use a batch file instead. :P
Sorry for the lenghty reply. I hope you can play the game! :D
I'll try again tomorrow thanks for the instructions :)