Play game
High Jump Dice's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Creativity | #5248 | 1.746 | 2.667 |
Presentation | #5308 | 1.637 | 2.500 |
Enjoyment | #5326 | 1.528 | 2.333 |
Overall | #5419 | 1.637 | 2.500 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
It fits the theme as you must use the dice to jump around The higher the number on the dice the higher you jump.
Did your team create the vast majority of the art during the 48 hours?
No
We used pre-existing art
Did your team create the vast majority of the music during the 48 hours?
No
We used pre-existing audio
Leave a comment
Log in with itch.io to leave a comment.
Comments
Also didn't manage to start up the game even with dlls provided by myself.
For future reference: If you're using non-VC++ compiler on Windows (like MinGW) you should actually place these dll files when distributing your executables. You may also add options
-static-libgcc
and-static-libstdc++
to link these dlls statically and thus remove the need to carry around copies of it.Next time, make sure your game works when downloaded from the submission page
The game doesn't work for me :(
When I run"game.exe" it just crashes and says that it can't find the file "libgcc_s_seh-1.dll"
make sure you're using a modern version of windows.I have checked this game on an other windows PC and it runs fine there.
Yes, it may be that there is some runtime library that I don't have that doesn't come with the game
Try Downloading it from this link https://www.dll-files.com/download/2eb29b33ba96677fe7c914a14ae6da27/libgcc_s_seh-1.dll.html?c=Q2VkMU5KbDZUc1NNaGZhQ1NFaFRWdz09
Try Placing it in the same directory as game.exe.
It May Help. If this doesn't work I'm really not sure what will
Interesting mechanic, you can try to improve its presentation.
Thanks for the Feed Back!