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

DbD mini-gameView game page

Dead by Daylight fan/mini game
Submitted by CoreTaxxe — 3 days, 23 hours before the deadline
Add to collection

Play game

DbD mini-game's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#13.6673.667
Music#11.0001.000
Art#14.3334.333
Fun#13.6673.667
Compactness#23.3333.333

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

What engine did you use?
pygame

Which programming language did you use?
python

What Operating System did you use? Linux, Mac, or Windows?
windows

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

no sound means there’s no real fair way to rate music

the main.py file could have used one-space indentations (or one-tab, despite the objections of python’s space purists). even without that change, with a few flags to tar i was able to shrink your gzipped tarball to 1902 bytes, small enough to fit a version 32 QR rather than a version 33 QR. i’m rather impressed by your PNG file! both optipng and pngcrush wanted to enlarge the file rather than shrinking it!

as for the gameplay, it was mostly just standing still and holding F, occasionally switching to S. spacing the bushes further away from the generators, or perhaps having a timer and cooldown on hiding, might make the system more engaging

i accidentally exited the game with a tap in the lower right corner, which i understand to be a clever way to shrink the code, but it was a mix of confusion and frustration when it happened by mistake!

Developer

Thanks for the feedback!
For the sound  - I wasn't able to produce any meaningful/fitting music that doesn't nuke the 3kb limits.
I agree the gameplay is a bit lackluster and not well balanced - should have put more thought into that!
Regarding the file-size ; I wasn't entirely sure whether the compressed TAR archive has to fit into a QR code or the uncompressed files thus I had to remove all spaces since each takes away 3 bytes w/o compression.
The PNG file is both a mixture of Tiny-PNG and own compression so thanks for the compliment ;P