Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Carbon32

3
Posts
A member registered 49 days ago

Creator of

Recent community posts

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!