ID:30201
 
Keywords: challenge, gameplay
One thing I've been noticing with my on-again-off-again development on my BYOND roguelike is an exceedingly larger and larger spiral of complexity. Before I've even gone ahead and fully implemented a system, I'm already writing notes on yet another layer of complexity in the system. (People familiar with me will know that I have a tendency to do that in all of my games, however.) In the roguelike genre, there is generally a rule: you have to think of everything. With such monsters as Nethack, ADOM, and Angband gracing the internet, people look down on your roguelike if it doesn't have everything, even the kitchen sink (Nethack spoiler)!

However, the dungeon crawl genre doesn't have to be about complexity. It has to be about dungeons. The idea is to abstract the gameplay down to its foundations. I'll attempt to showcase them:


Element of Extreme Risk
A dungeon crawl is not a dungeon crawl if there is a chance of never dying for a player of only reasonable skill. Action games and adventure games like The Legend of Zelda are about the story; the player is usually able to quest through the whole game without losing a life, if he's of average skill or better. Not so for dungeon crawls, where only the very best survive.

Dungeon crawls are inherently unrealistic, because the basic premise of a "dungeon" is a labyrinthine, progressive, or otherwise restrictive area in which you have limited room for maneuver and must memorise the layout of the region in order to succeed. I doubt you know the last time you've been in a place that was completely labyrinthine in reality (though some suburbs might count). Thus, the inherent lack of realism of a dungeon crawl allows you to make creative exceptions with other types of realism, like the permanence of death. Though roguelikes themselves almost always mandate permanent death, the broader dungeon crawl genre doesn't need to. Diablo II is a dungeon crawl, yet when you die, all that happens is your corpse slumps to the ground, and a fresh clone of your person appears in town. The only explanation you need? Magic.

The ideal point of balance should be where a player can beat the game, eventually, after investing several hours learning the subtle nuances. But before the player learns those nuances, it's feeding time for the dungeons.


Random Content
A dungeon crawl is more interesting if it has random content, because a hard-coded dungeon is rarely entertaining once you memorise it. Though you have to be sure to include sufficient randomness to engage the user, such that the user can play at least a few days of real time in any given dungeon before the experience becomes complete ennuis, randomness is just one possibility. It is completely possible to make a dungeon crawl with no random content... as long as the experience surrounds dungeon crawling and the maps are detailed enough that a player could never fully explore them in one play through, and the actual treasures earned and monsters encountered at least vary from room to room every play through.

The venerable Gauntlet did not feature a single iota of random content; monsters were purely deterministic.


Exploration and Reward
One of the biggest qualities that define a dungeon crawl is the art of exploring -- venturing into unknown territory and mapping it while discovering fantastic treasures and devices of great power. One great way of doing this is to encourage the independence of certain characters and eliminate the possibility that a single character type can accomplish everything effectively. For instance, if you're designing your dungeons well enough, perhaps there are secret doors that a warrior would always miss but a keen-eyed elf would spot, leading to alternate routes providing treasure or shortcuts around severe danger... but there are also rooms where an elf would stand absolutely no chance of victory due to the sheer number and volume of enemies; the elf would have to pass these areas and their treasure by.

If you can make the player wonder what sorts of areas he could explore if he could start over as another character, you've done your job well.


Whacking
Perhaps the final and most important factor of a dungeon crawl... you need to kill things. Repeatedly. Without prejudice or moral consideration. Whenever the player is not exposed to enemies, he is not gaining equipment and all of his expensive toys are going to waste. Though craft skills and other skills can supplant the character's power, a dungeon crawl absolutely must involve combat... a game where a player can peacefully make a living crafting swords and selling them to NPC adventurers is a medieval life simulation, not a dungeon crawl.


Drive to Continue
Perhaps your character needs to eat. Perhaps your character is being chased by some evil zombie who fears the artifact that your character is attempting to retrieve, but gets emboldened enough to venture down another level towards your character in case your character might never make it. Perhaps you are competing against other adventurers who are trying to take the prize first. Or perhaps there is a looming cloud of doom and an ultimate evil rising over the horizon, and the only way to stop it is to gather up the parts of an artifact of great power before the pestilence arrives.

Whatever the underlying cause, a dungeon crawl must actually encourage the player to proceed. Conservative gameplay eliminates the risk of a dungeon crawl, as the player can simply sit, train, and meditate and bide his time to increase his power instead of whacking everything in sight.


How difficult is it to integrate these qualities into a dungeon crawl? I would say not difficult at all! On that note, I would like to see what people can come up with: I would like to call it the "Pick-Me-Up Dungeon Crawl Challenge". The rules are simple:

1) You have to make a dungeon crawl. Popular sentiment has to agree that your game is actually definable as a "dungeon crawl", "roguelike", or "dungeon romp". RPGs do not count.

2) The player should be able to defeat the first "quest" within fifteen minutes of downloading the game. Gameplay should thus amount to a simple set of options; I would suggest using the arrow keys to move, with bumping into an enemy identifying intent to attack, but an entirely mouse-based system is also possible. If you have access to Diablo II, I would refer you to the Den of Evil, where the player could simply point-and-click his way to victory.

3) The game's source code should be no larger than 20 KB. Note: Code compaction beyond trimming of extraneous whitespace is not legal; code should be human-readable. Source code does not need to be made available; this is just a ballpark figure for your own benefit. It's a soft limit... you can make the game as big as you'd like, but if you find yourself making it a lot larger than 20 KB, you have to wonder what exactly you're doing.


This isn't actually a contest, so there are no prizes, deadlines, or hard restrictions on these rules. If anyone is willing to go the extra mile to make it a contest, I'd be willing to chip in a BYOND membership, but the point of this is simply to encourage a simple type of dungeon crawl game and to see what the fruits of this endeavour are.

Any takers?
Hmmmm.... I might be interested. I could whip up another Ramdra-style adventure. (The Ramdra source is available to anyone who would like to make use of it. =P ) How about deadlines?
I hadn't conceived of any. But that's mainly because I'm horrible with deadlines. ;-)
Contests are a great motivator.

I would suggest putting some more meat behind it. Dates, time, prizes, and without limitations except light genre requirements. I mean light so if somebody makes up some new variation of a crawl, they aren't jousted by the judges because it's not 100% pure dungeon crawl. I know people like to draw a hard line for dungeon crawlers but the same spirit is behind it all. It's not too hard to put together a few prizes. Just look around your house or ask people if they want to sponsor an event. It may even get me out of my slump... :)
I'm having a kid over this weekend to teach him BYOND, and we'll be starting with a simple dungeon crawl as his first project, since they are essentially pretty simple. Sounds like we'll have a little more motivation.
I've been thinking about making a dungeon crawl for a while but ive never got around to starting one... this may be the motivation I need to get in gear. Any news would be great.
"...if you find yourself making it a lot larger than 20 KB, you have to wonder what exactly you're doing."

I've already spent my 20k just on the map generator. So far another 15k on actual game functionality, and that only really includes turn functionality, character management and interface stuff. You can't even pick up objects yet! 20k really doesn't go very far, so I'd have to say that it would be a pretty dumb limit.
So... is it the .dmb that needs to be under 40kb?

Mine is 321kb... close enough?

hah!


If only there were nice open source tiles for a dungeon crawler... :(
Ol' Yeller wrote:
If only there were nice open source tiles for a dungeon crawler... :(

http://members.byond.com/PixelArt/forum?id=355
http://members.byond.com/PixelArt/forum?id=354
http://pousse.rapiere.free.fr/tome/index.htm

Aw, drats! It doesn't work. :(

but yeah, I found some great open source sprites a long time ago but I can't find them again.
There are two sets that I work with regularly, the "dg" tiles, which I believe are from Angband or something along those lines:
http://www.roguelikedevelopment.org/development/GRAPHICS/ files/dg.zip

And the RLtiles, which are from/for NetHack:
http://rltiles.sourceforge.net/


And my project is only 178k as far as dmb goes, but its kewl!
Aha!

Thanks, Foomer. I love you!
Does it actually need to be medieval stylee?
Alright. About time I got the motivation to finish LotPD.

How about a deadline? <_<
After seeing this post, I was inspired. (Cliche statement on my part, yes I know.) I spent the next few days developing a rogue-like and I actually developed a fairly "neat" one.

I'll be posting my results soon, I just need to do a little more bug testing and make sure there aren't any holes.

I'll post the link here when I finally put it on the hub.

-delgertome
Well, I finished. PMUR is my 20kb roguelike. It came out to, I believe, 19.9kb before I wrote the helpfile and put the world.hub and world.hub_password in.

Anyways, hope you guys like it. Let me know what you think.

-delgertome