Skip to main content

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

Carbon32

5
Posts
A member registered Apr 01, 2024

Creator of

Recent community posts

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.

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.

Thank you for featuring the game in your video, it's really good to see people doing playthroughs of the jam games!

The game will be expanded after game jam ends, your idea is good enough and will probably be implemented in the final build. Actually, the concept of the whole game may change in the final build. Thank you for playing!

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!