7DRL 2016 - Spice Digger Complete

(Note: The game is currently only available as a Mac download and Android APK. It's pending review on the iOS AppStore, so a few weeks until it's available there.)
My game Spice Digger is complete! I think it took about 10 hours to build, from concept to completion with all of the art. Overall I feel like it was a really good experience for me. I kept things within scope based on the time I knew that I had and I was able to complete a project that captured what I wanted to do with it.


I decided to boil down the Roguelike genre into the most basic pieces I could muster: turn-based movement, every step you take decreases your health, enemies will only move when you move, maps are procedurally generated somehow, and you are trying to complete your mission or get the highest score possible. The parts about generating a map and turn-based movement was easy enough. The difficult part was to do procedurally generated levels without simply relying on "random" to give you a map since you need something somewhat smart so you don't get stuck with an exit placed behind walls you can't reach.

What this would ensure would be a path where you would be able to reach all of the treasures as well as the exit. This meant any given level would have anywhere from 0 to 9 walls, forming a relatively interesting looking map to traverse.


The ghost has a very simple movement mechanic that's four moves long: stay on the space, disappear, appear at a new spot with half transparency, appear in full. If the player enters the same square as a ghost when it is staying on the space or when it transitions from half transparent to full opaque then they will suffer 5 damage. It's pretty easy to avoid the ghost.


I also have this weird fasciation of creating new devices that buttons, knobs, switches, LEDs, whatever, and an appropriate screen. Since manufacturing new hardware is not something in the cards for me, drawing it to be used in mobile is the next best thing. I've been designing my most recent bunch of games in this fashion: geared for mobile, yet spending a lot of screen real estate to illustrate physical buttons that aren't actually there.
It was a fun time to work on this game and I look forward to other game jams I can participate in the future. My current design mentality is what I call "inside the box". I want to create a game that is simple to play, offline, simple in art direction, and something that can generate its own levels until a player is ultimately bored with the mechanic.