Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ars Moriendi

A topic by simonasker created Mar 05, 2019 Views: 271 Replies: 4
Viewing posts 1 to 4

Dying is generally a pretty large part of playing roguelikes and I would like to experiment with taking that one step further and making it the main goal and core concept. My idea is to make a pretty traditional roguelike where you work your way down through a dungeon, retrieve some MacGuffin, and then climb back out again. The "twist" being that every player death is tracked in something resembling your typical achievement/trophy system. Punched by a troll, Fell down a pit, Starved to death, Drowned, etc. Most, if not all, of these (somewhat dubious) "achievements" will be hidden from the start and will need to be discovered by the player. Hopefully this will serve to both ease the pain of screwing up a run and also to encourage exploration of the mechanics. My intention currently is not to let these achievements have any actual effect on the gameplay in future runs. I'm picturing something like the journal in Spelunky that tracks different ways of dying instead of monsters and items.

I'm obviously starting a few days late, and this being my first ever game jam, I'm trying to be very wary of scope creep. I already have more specific ideas than what can reasonable be accomplished in the remaining time but I do also have a pretty rough foundation of a sort of general roguelike engine thingy which I've been tinkering with so I'm not starting completely from scratch. It's really only a subset of what something like libtcod would provide anyway so I don't feel to bad about using my pre-existing work. We'll see where I end up I guess!

I want to play the prototype you'll make half way through will which just be a large torture chamber with ways to kill yourself. Your idea feels like it could be a puzzle box where you must manipulate the environment to create ever more dangerous traps to walk into.

Haha, yeah I've been thinking a bit along those lines as well. I don't want to have the various ways of dying be too specific though since I want each to represent a learning experience and new knowledge gained. Including deaths like "shot with a burning arrow fired by an orc while standing in shallow water" will just be exhausting since having to do the same thing "...while standing on grass", and "...while standing on stone tiles" and so forth will just be tedious.

(1 edit)



Here are a couple of screenshots of my progress so far. I admit to shamelessly ripping off the "Congratulations!"-gag from Dungeons of Dredmor but it always cracked me up and seemed to fit with my theme. I do consider it placeholder for the time being though :)

I've been working on making it possible to throw any item that you're carrying to hurt enemies and set off traps. Potions should eventually break (unlike at the end of this recording) and apply their effect to the target.