Crypt of the NecroDecorator

Crypt of the NecroDecorator – my first pico-8 game! Play it online here. It’s a 5~30 minute game.

gameplay video

explanation

A game about decorating an inn to make the denizens from Crypt of the NecroDancer feel cozy when they visit. Made for a 7-day game jam with @princryss; I did all the code and cryss did all of the art and sound.

This was a really fun project that taught me a lot about scoping a game, and how difficult even the most basic 3D stuff can be. The game is hardly 3D, but I spent most of my time making the objects render in the correct order. Basically, trying to correctly order walls, wall decorations, wall torches, desks, and items on top of desks was a huge rabbit hole. This was mainly because some objects are stored in one grid cell, but visually look like they’re offset by 0.5 or 1 grid cells.

It’s got some replayability (try to figure out the monster preferences! the game has a pretty sophisticated 2D pattern-finding system), but you might be confused unless you’re familiar with necrodancer already :) honestly, you’ll still be confused even if you understand necrodancer – the game doesn’t really bother explaining itself to the player!