Skip to main content

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

Picklock Before TimeView game page

Get the required item and picklock the door before you run out of time!
Submitted by VinayPyDev (@VinayPyDev) — 9 hours, 49 minutes before the deadline
Add to collection

Play Picklock Before Time

Picklock Before Time's itch.io page

Results

CriteriaRankScore*Raw Score
Narrative#60112.1742.364
Enjoyment#74362.3412.545
Audio#76462.0912.273
Artwork#79642.2582.455
Creativity#85292.3412.545

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

How does your game fit the theme?
It uses a countdown on which the game runs if time's over it loops.

(Optional) Please credit all assets you've used
I have used the explosion asset from coding with russ tutorial
https://youtu.be/d06aVDzOfV8?si=tEFnSs60SIP5O7Mx

(Optional) What would you like to be called if GMTK features your game?
VinayPyDev

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Hell yeah man nice music

Developer

Thanks ;)

Submitted

it was fun but i was able to just like, walk to the exit without doing anything

Submitted

I'm a little confused as to why I can advance levels by just walking straight to the door without picking up anything. Otherwise interesting idea and good textures and music.

Submitted

This is pretty neat but I strongly suggest doing a web build next time otherwise you are gonna miss out on a large portion of players and raters

Submitted(+1)

Great but I see some prbs.

GAMEPLAY:
I'm stuck in level 1, even if I don't touch bomb.
BUILD:
When in a game jam u should try to submit a browser playable game. Although that's fine bcz ur using pygame and it can be challenging to make browser games with it at first. I myself couldn't make that first. And lastly u should not make a static sized screen for exe, keep main screen at actual size and add a pygame.SCALED flag, that should be enough for now. By