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

Save the kingView game page

get lost in the corridors of this dungeon
Submitted by Osiris Flores — 13 minutes, 13 seconds before the deadline
Add to collection

Play game

Save the king's itch.io page

Results

CriteriaRankScore*Raw Score
Theme Implementation#63.2803.667
Audio#62.6833.000
Graphics#72.9813.333
Overall#112.3602.639
Gameplay#131.9382.167
Fun Factor#151.7892.000
Special Feature Implementation#161.4911.667

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

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (2 edits) (+1)

i like the idea and graphics personally i am a fan of games that base on logic and puzzles, but i didn't really get yours and abandoned after a while ... i suppose that is because time was short but you should give some initial explanation for your puzzles to get at least an idea of 'what to do' as there is a chance at the moment that players are even more lost than the character itself and give up early - like i did :o/ 

other point:
when your character leaves a room, it reappears in the middle of the next one, so that looks and feels a bit weird, like a teleport or something.
i suppose you can fix this easily by doing something like (pseudocode):
if (character.x - character.width <= screen.left): character.x = screen.right
... same for any exit-direction, x and y

Developer

Thank you very much for your comment, the truth is that I would have liked to give more explanation about the puzzles but time was not enough, but I will fix it and I will fix the camera, thanks for the idea