Ah, totally forgot about the font. Thank you for feedback, the game will be improved after the jam ends and more features will be polished properly to fit the modern standards.
Carbon32
5
Posts
A member registered Apr 01, 2024
Creator of
Recent community posts
Thank you very much for your feedback.
I, the developer of this game hate the stamina system too. I won't deny some parts were a bit rushed, I'm planning to continue developing the game after the jam ends using an upgraded version of the engine. I will try to work on fixing the gameplay loop so it feels more natural and satisfying.
Turns out I forgot to reset the player's position when he falls off the map and tries to restart. Too late to fix it I guess. You can restart the game when the issue happens or you can add this line:
self.player.position = [944.75, 830] under if(self.game_restart.is_clicked(scaled_position = mouse_position)): in game.py and it should fix the issue.
Thank you for playing!