Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Project BoltsView game page

A small 2d platformer for the game jam. It's not finished yet
Submitted by Davidek523 — 59 minutes, 43 seconds before the deadline
Add to collection

Play game

Project Bolts's itch.io page

Results

CriteriaRankScore*Raw Score
Artistry#131.8372.250
Theme Integrity#151.0211.250
Polish#151.0211.250
Innovation#151.0211.250
Engagement#151.0211.250
Overall#151.1841.450

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Did you have fun throughout the creation process?

Yes

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

By debugging your code I discovered that I had to pip install pytmx. And that you need a `time.` when `pygame.Clock()` in the main file. You also need to put data folder and graphics folder inside the code folder. In code\sprite.py you have to change 'get_frect' by 'get_rect', same with player.py

And it worked! Until I fell to the abyss because the player was too slow and had to restart the game because it doesn't respawn. So then I changed the player speed manually and it turns out it's a funny game to play (for the 10 seconds it lasts), as you bounce off the walls when you jump and walk at the same time.

I don't know if there is something more than this, because I just disappear when I escape the map.