Play game
Future Step's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #56 | 0.833 | 1.250 |
How much do you enjoy the game overall? | #57 | 1.167 | 1.750 |
How well does the game fit the themes? | #57 | 1.500 | 2.250 |
Overall | #57 | 1.167 | 1.750 |
Gameplay | #58 | 1.333 | 2.000 |
Visuals | #59 | 1.000 | 1.500 |
Ranked from 4 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
Great job getting out and doing a Trijam! They're really tough, right? I suspect there is an error in your input handling somewhere, for no matter what I did, I could not get the character to respond to me. The arrow in the corner was changing, so I know the game 'heard' me, but perhaps it's in translating that input into movement that the bug exists?
Regardless, I want to commend you on trying. I hope you learned a lot and will continue to participate!
Hello! Thanks for the feedback!
About the error:
I just downloaded the game and debugged the code. Everything works as it should, and there are also no errors in the direction of water.
Perhaps you misunderstood the management. The project page describes in detail how to manage the club.
Management:
Teaching the cube to walk - W, A, S, D;
We tell the cube that it's time to go – Enter;
Restart the level and tell the cube to forget everything - R.
There is also source code in the project files <Game_Code.cpp > . If you are interested, you can try to "mess around" with him somehow.
I warn you that the code looks terrible.