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

The CryptView game page

A particularily spooky rouge-lite dungeon crawler.
Submitted by sisyphean — 7 minutes, 49 seconds before the deadline

Play game

The Crypt's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#73.7003.700
Gameplay#93.5003.500
Design#103.6003.600

Ranked from 10 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

For some reason, couldn't run the game. Well.. the screenshots describe that the game should be fun.

If possible, please take some time to rate my game too... It's available on macOS and iOS and web and there's a gameplay video on the game's page :)

Submitted(+1)

This was one of the funniest entries of the Jam, at least for me.
Loved the graphics, loved the music, simple and nice mechanic and nice procedural generation :)

Submitted(+1)

Solid execution of a simple idea. I love me a rouge-lite game. I'd wish for a bit more variety in the rooms it got boring before I died. Would be interested in how you created your rooms.

Developer

How technical do you want me to get in the explanation? The short answer is that I have a generator that makes a procedurally-generated grid layout of rooms, a room class that handles specific data of given room (base size, doors/exits, difficulty, corridor sizes), and finally an object that takes in data about a room and draws the room using autotiles.

Submitted

Well, the generator part is the most interesting part about it. Do you have any blog post about it. Or system you based it on?

Developer

I think I'd have to write an essay to explain how it works. I tried to look into existing maze-generation algorithms but I ended up just winging the algorithm. The sad reality is that a lot of the code ended up being messy, which makes sense given that it's a hacky game jam prototype. The room grid generator itself was still somewhat okay-written (the actual playable room generation is where the spaghetti begins), but either way I've been thinking about redoing it from scratch, as now that I know what I'm doing I can actualy implement proper code, and then open-sourcing the cell grid generator as a set of GDScript classes (for Godot Engine). I'm not sure when I'll get around to that, though.

Oh, one more interesting thing to note about the level generation is that the room tileset is in negative space. Getting the autotiling to work right took me a little bit longer than I would've liked but it worked out well enough, I guess.

Submitted (1 edit) (+1)

I hope I'm not "butting in" in an Annoying way.. if you're interested in procedural random generation and free material I suggest following this :)

That's of course using UNITY and c#

https://www.youtube.com/watch?v=qAf9axsyijY&t=2s

https://www.youtube.com/watch?v=hk6cUanSfXQ&t=146s

Submitted

Some of the chests didn't open and the combat was way too easy to the point that I lost hp not because of the enemies surprising me, but because I rammed into them spamming space bar and occasionally taking some damage. Other than that for me it was a pretty functioning and straightforward game, which with some polishing could be great.

Submitted

Pretty fun little game ! The ghosts lack variety, you could have added speed change to different colors or make a ranged one, I love the character movement and the level generation works well