Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Future StepView game page

In this game you have to look at your future steps!
Submitted by AdGul — 1 day, 16 hours before the deadline
Add to collection

Play game

Future Step's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#560.8331.250
How much do you enjoy the game overall?#571.1671.750
How well does the game fit the themes?#571.5002.250
Overall#571.1671.750
Gameplay#581.3332.000
Visuals#591.0001.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

Submitted

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!

Developer (1 edit)

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.