Skip to main content

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

Really Zoomed-in DungeonView game page

Roguelike dungeon crawler -- but it's really zoomed in.
Submitted by Aescosaurus (@Aescosaurus) — 22 hours, 58 minutes before the deadline
Add to collection

Play game

Really Zoomed-in Dungeon's itch.io page

Results

CriteriaRankScore*Raw Score
Authenticity (Use of resolution restriction)#524.6724.900
Gameplay#893.5283.700
Overall#1283.6473.825
Audio#1563.1463.300
Graphics#1773.2423.400

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

Did you work in a team?
Our team was 2 members, me on code/art and Andreabisaber on music and sfx. I had a blast coming up with ideas and making the cute little pixel art.

Was the resolution a challenge?
Javascript/html5 canvas make it super easy to maintain a certain resolution. You set the canvas size to a multiple of the desired resolution, then scale the canvas context by the factor (so for 64->640, scale by 10). Make sure to disable image smoothing!

What did you learn?
I have made games using pixel art and kinda low resolutions, but nothing at 64x64. It really is quite a lot of space, my problem was more of how to fill it up rather than how to fit everything inside it. One thing I did learn from this project was effective use of pixels on their own rather than using sprites for everything. The minimap is done this way by setting pixels by hand in a for loop rather than drawing images.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

This is a nicely polished and charming game, which has a solid procedural roguelike mechanic to level progression and game structure. I particularly liked how the mini-map and main view interact to give a good sense of progression through the space. I wasn't really sure what the items did so it felt a bit haphazard, but I guess that is part of the fun in finding out! Thanks for sharing!

Developer

Ah thank you!  Yea I would have done well to explain the items more.  Thanks for trying it out!

Submitted(+1)

Played it earlier today. Came back to try out the other classes. :) 

Developer

That's awesome!!  Thanks for giving it a play.  :)