Play game
Backrooms game's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Sound Design | #129 | 0.816 | 1.333 |
Enjoyment (Best Game) | #132 | 0.816 | 1.333 |
Aesthetics | #134 | 0.816 | 1.333 |
Story | #140 | 0.612 | 1.000 |
Horror | #140 | 0.612 | 1.000 |
Creativity | #141 | 0.612 | 1.000 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Do you allow SCREAM ZONE to promote your game via social media?
No
What game engine did you make this project in?
Other
Any other notes?
Made alone with pygame
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice to see a fellow Python coder! Awesome work single-handedly making a maze game in Python - that's no small feat! I like the juxtaposition of the maze and the visual interface helping one inform the other. Obviously there's a few clipping and performance issues to keep an eye on, but this is shaping up really well. You nailed the Backrooms color scheme too!
Cool pygame project! I like the neat light display on the minimap. I'm not sure what the red dots on the map are supposed to be, as when I go there nothing seems to happen. Additionally, there are no collisions on the walls so you can just walk through all walls in the maze. The game also gets really laggy at times and the player slows right down. As a side note, you should upload an executable for this project, I had a bit of a hard time installing it from GitHub because my Python was out of date (it doesn't work with Python 3.7 due to your type hints). Good work!