<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Dungeon Crawlers' site</title>
        <link>http://www.byond.com/members/DungeonCrawlers</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 02:00:22 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Blending the line between anime and roguelikes</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=49252</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=49252</guid>
            <pubDate>Sun, 12 Oct 2008 21:48:27 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=49252#comments</comments>
            
            <description>Lately I've been enjoying a roguelike called &lt;i&gt;GearHead&lt;/i&gt;. If you've never heard of it, &lt;i&gt;GearHead&lt;/i&gt; is a mecha-themed roguelike inspired by such things as Macross, Robotech, Gundam Wing, and whatever else features giant robots shooting at one another and beating the snot out of each other. It's got curb appeal from fans of the genre, but is surprisingly deep and imaginative; I hate anime in general, but was surprised at how enjoyable the game is. Plus, everything is named in English or named randomly instead of given names in broken Japanese, which is a huge bonus. =)&lt;br&gt;
&lt;br&gt;
I played &lt;i&gt;GearHead&lt;/i&gt; about six months ago and set it aside from a good while, but recently picked it up again more seriously and found it very rewarding.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;GearHead 1&lt;/i&gt; is the original. It is no longer under active development, but is very stable and feature-complete at version 1.100. It includes a traditional DOS/ASCII-based interface for those people who enjoy the classic feel, and also includes a sprite-based SDL version for people interested in a flashier, more-modern interface (but beware of eye strain on newer monitors, as they rarely support 16-bit colour mode at higher refresh rates). It is the most complete version of the game, with plenty of gameplay to enjoy.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;GearHead 2&lt;/i&gt; is a sequel of sorts by the same author as &lt;i&gt;GearHead 1&lt;/i&gt;. It could be construed as a &quot;reimagining&quot; of the game; even though the game is set in the same timeline and universe, there isn't really any perceptible continuity between the two games and GH2 is what I would simply call a newer, spankier version of the original. It is under active development, though the author's wife did recently give birth so development is slower than usual. The DOS/ASCII interface seems to be a step back from GH1, sadly, but to its credit the 3D SDL interface is much, much spiffier and -- after the initial period of acclimation -- is quite entertaining to play.&lt;br&gt;
&lt;br&gt;
Both games feature two main scales of gameplay. The personal scale, featured prominently in &lt;i&gt;GearHead 1&lt;/i&gt; but downplayed somewhat in &lt;i&gt;GearHead 2&lt;/i&gt;, is a standard roguelike scale where you walk around bashing on things, except instead of bashing things, you wind up shooting at things instead. The mecha scale is a far sight larger, with you piloting a ginormous metal behemoth and blowing up enemy mechas instead.&lt;br&gt;
&lt;br&gt;
You'll have plenty of opportunity to rack up a large body count in either game. The game like many other roguelikes can be unforgiving at times, but what is very impressive about the games -- particularly GearHead 2 -- is their random mission and random plot generators. Various &quot;plots&quot; are generated every five game minutes and an astute player can pick up on these by hearing the latest rumours and tracking down fixers.&lt;br&gt;
&lt;br&gt;
A mad-lib generator produces random conversation tidbits from NPCs while you try to work on improving their relationship with you. I find the mad libs to be irritating and sometimes even painful to look at, but they are occasionally amusing -- particularly because some are taken from anime pop culture with nouns and adjectives mad-libbed -- and are a subset of a feature that is very useful. Improving your relationship means better deals from shopkeepers, a higher likelihood of being accepted for a mission, and a good reputation.&lt;br&gt;
&lt;br&gt;
A great feature is the way that all objects are built out of components, and yes, you can usually customise them. Want to strip the leg off of one mecha and graft it onto another to make a three-legged monstrosity (dirty joke not intended)? No problem! Even personal scale equipment, though limited in tweaking, can be upgraded with store-bought add-ons.&lt;br&gt;
&lt;br&gt;
The component system is fundamentally built on top of the &quot;Point Value&quot; system, which prices all commodities based on their perceived value to a player. The basis of economy in the game is thus how powerful something is, meaning that high-grade equipment is naturally more expensive than low-grade equipment and everything balances out rather nicely. I was pleasantly surprised that someone else had developed a system like this, since I was planning one for my own games!&lt;br&gt;
&lt;br&gt;
The reason the PV system is particularly wicked is because of the game's plug-and-play modding. All mods for the game are written in plain text and can easily be tweaked to your heart's content. New mechas can easily be added to the game using stock parts by dropping a new .txt file into the Design folder, and NPCs and shops alike will start stocking those mechas -- with an automatically calculated price. Personal equipment can also be dropped into any PC_*.txt file or simply appended onto the end of PC_Equipment.txt for more fun.&lt;br&gt;
&lt;br&gt;
Plots are fully moddable too, with a little scripting language built-in, but that's not for novices; the plot scripts are rather complex walls of text that are easy to understand only once you've gotten the hang of writing them. I'm not there yet. ;-)&lt;br&gt;
&lt;br&gt;
Guns and gadgets can have splenderiffic special effects. A plasma cannon ignores armour and can turn most bad guys into quivering masses of goo, thanks to its tag system describing it as ARMORIGNORE. A rocket launcher can blow holes in people (sadly, terrain is immutable) and produces an area-effect explosion thanks to being BLAST 3 BRUTAL. Attaching an Aux Grenade Launcher add-on to any rifle gives you battlefield capability like any modern soldier.&lt;br&gt;
&lt;br&gt;
The more I play &lt;i&gt;GearHead&lt;/i&gt; and sequel, the more I think of it as a shining example of emergent gameplay. With just a few goodies defined in raw object data files, the play experience can be entertaining and surprising each and every time.&lt;br&gt;
&lt;br&gt;
* &lt;a href=&quot;http://www.gearheadrpg.com/&quot;&gt;The GearHead RPG Homepage&lt;/a&gt;&lt;br&gt;
* &lt;a href=&quot;http://gearheadrpg.com/wiki/index.php?title=GearHead&quot;&gt;GHWiki&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
It's also open-source, but don't get your hopes up -- it's written in Pascal. =)</description>
        </item>
                <item>
            <title>Incursion: Halls of the Goblin King</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43773</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43773</guid>
            <pubDate>Thu, 05 Jun 2008 02:19:14 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=43773#comments</comments>
            
            <description>Regular Dungeon Crawlers forum-goers might be aware of this roguelike, but for those who aren't, Incursion celebrated the release of version 0.6.9A on Sunday, May 14th -- and was ported to the Mac and Linux on Tuesday, May 27th. I kept putting off this review, but enough is enough!&lt;br&gt;
&lt;br&gt;
Incursion is, in a word, a mechanic-based roguelike. Well, okay, that was four words. Anyway, where the typical learning curve of most roguelikes is learning a huge number of ways to die by experimenting with things you don't quite understand yet, Incursion takes a different approach: most of the numbers in Incursion are exposed, meaning that you get to see the die rolls you make and the target rolls you are up against. The feeling is indescribable, and you'll either love it or hate it. Myself, I love it.&lt;br&gt;
&lt;br&gt;
The current release of Incursion is the module &quot;Halls of the Goblin King&quot;, which is a 10-level single-dungeon adventure. Julian Mensch, the game's author, has expressed an intention of releasing other modules of the game, including an overland mode and multiple dungeons to explore. As it is, however, you probably won't get bored of the current module. Not only is it diverse and entertaining just as it is, those 10 levels will last you for many hours just to get to the bottom, and barring that you'll still have opportunity to try many playthroughs.&lt;br&gt;
&lt;br&gt;
Most of Incursion's mechanics are based from the d20 OGL system released by Wizards of the Coast. However, many creative liberties were taken with reinterpreting this system for a game context, including adding a time system (instead of forcing every action to take a whole minute) and totally hacking out and slapping in a brand spanking new magic system. As a result, people familiar with d20 will be pleasantly surprised by the game, while people unfamiliar with d20 will be able to pick up most of it just from roguelike experience. As I said on the forum, &quot;It takes many of the good parts of d20, and replaces the bad parts with its own unique brand of awesome.&quot;&lt;br&gt;
&lt;br&gt;
Novice delvers beware, however: Incursion is not for the neophyte. You can be tempted to spend upwards of half an hour designing your character in the very beginning, only to encounter a nasty claw zombie and end your career in a most spectacular fashion just three minutes into the game. This is a trap of the game. With practice, you'll learn to spend less time experimenting with your character in the beginning and start to come to terms with the one unique difference between Incursion and every other roguelike I've played: &lt;i&gt;planning&lt;/i&gt;. In Incursion as in D&amp;D 3.0+, you receive perks every few levels; careful selection of these perks gives you a character worthy of its name, but not without a lot of hard work and planning for your future. It is not merely a good idea in Incursion to plan, it is necessary strategy. The fact that Incursion is so open about its mechanics allows you to perform this planning intelligently instead of in the form of blind, dumb luck. For that, I am very thankful!&lt;br&gt;
&lt;br&gt;
One complaint, if I had to make any, is how powerful magic and subterfuge are when compared to brute force. Though you might ordinarily be inclined to try a Warrior in Incursion, since in most roguelike games they are the easiest classes to start with (and then become progressively more difficult than the other classes due to their magic-related handicap), in Incursion it just isn't so. The easiest way to beat Incursion is to play as a stealthy rogue or ranger, because you can then pick and choose your battles at will. This is refreshing in a way, since it encourages intelligent gaming; unrefreshing in another, since it encourages a slow pace.&lt;br&gt;
&lt;br&gt;
When that is pretty much the only negative thing I can say about the game, that really says something. All in all, Incursion is a masterpiece which I highly recommend, and I eagerly await its continuation -- and maybe a BYOND game which can do it justice!&lt;br&gt;
&lt;br&gt;
If you want to try out Incursion, visit its homepage at &lt;a href=&quot;http://www.incursion-roguelike.org/&quot;&gt;http://www.incursion-roguelike.org/&lt;/a&gt;</description>
        </item>
                <item>
            <title>A few interesting roguelikes!</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43534</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43534</guid>
            <pubDate>Mon, 02 Jun 2008 04:06:59 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=43534#comments</comments>
            
            <description>Looking for a roguelike to play? Here's a short list of some of the more interesting roguelikes I've come across (descriptions taken from RogueBasin):&lt;br&gt;
&lt;br&gt;
1) &lt;b&gt;Ancient Domains of Mystery&lt;/b&gt; (http://www.adom.de/) (my personal favorite)&lt;br&gt;
The game is set in the world of Ancardia, an original creation by Thomas Biskup. The objective is to find the source of chaos and disorder that is arising in the world, and stop it if you can. The game is much more plot driven than many other roguelike games, with many beings in the game assigning you quests, giving you advice and helping you on your way. There are a few compulsory quests, but the majority of quests and tasks in the game are optional. There are also multiple possible endings to the game.&lt;br&gt;
&lt;br&gt;
2) &lt;b&gt;NetHack&lt;/b&gt; (http://www.nethack.org/)&lt;br&gt;
In NetHack, the most popular of Hacklike games, you must fight your way down through the Dungeons of Doom, and then the underworld (Gehennom), retrieve the Amulet of Yendor, fight your way back up to surface, and give the Amulet to your god.&lt;br&gt;
&lt;br&gt;
3) &lt;b&gt;Labyrinth of Reptoran&lt;/b&gt; (http://reptoran.roguelike.us/)&lt;br&gt;
The Labyrinth of Reptoran is the first in a series of roguelikes planned by Jared Brayshaw. It is going to be a dungeonhack, with a large town on the surface and 100 levels of random dungeons underneath. This game is different from standard roguelikes mainly in how it approaches skills, magic, combat, and quests.&lt;br&gt;
&lt;br&gt;
4) &lt;b&gt;Crawl&lt;/b&gt; (http://www.dungeoncrawl.org/)&lt;br&gt;
You choose a race and, based on race restrictions, a class, then dive 27 levels to retrieve the Orb of Zot before ascending back to the surface. On your descent you will need to make side trips to branch dungeons to acquire &quot;runes&quot;, keys needed to enter the Realm of Zot.&lt;br&gt;
&lt;br&gt;
5) &lt;b&gt;Deep&lt;/b&gt; (http://www.deep.homepage.t-online.de/)&lt;br&gt;
Deep is a graphical roguelike game written by the German developer Oliver Mecking. This roguelike is easy to access, due to only a small amount of hotkeys, graphics which speak for themselves and an easy, forgiving gameplay. You can also save whenever you want (for a little gold fee) or restart the dungeon with the same character and all his equipment. There is only a single dungeon, but its theme changes every 10 levels and there are lots of special rooms, boss enemies, unique items, secrets and npcs, all of which appear randomly (more or less).&lt;br&gt;
&lt;br&gt;
6) &lt;b&gt;Angband&lt;/b&gt; (http://rephial.org/)&lt;br&gt;
Angband is a freeware roguelike based loosely on the works of J. R. R. Tolkien. It was created by Alex Cutler and Andy Astrand at Warwick University in 1990. It is named after the fortress of Morgoth in Tolkien's works, with &quot;Angband&quot; literally meaning &quot;Iron Prison&quot; (or &quot;Hell of Iron&quot;). The latest version is version 3.0.8, released July 8, 2007, which is available for a wide variety of platforms.&lt;br&gt;
&lt;br&gt;
Of course, that's only an extremely small list compared to the hundreds of other roguelikes out there. Is your favorite roguelike not listed here? Post the name of it in the comments so we can all try it out!</description>
        </item>
                <item>
            <title>The 300 project marches on</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43530</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43530</guid>
            <pubDate>Fri, 30 May 2008 05:17:38 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=43530#comments</comments>
            
            <description>I wrote a while back about game designer Sean Howard's project to come up with 300 game mechanics in 300 days. He gave up on trying to do it in 300 days, but he's still coming up with ideas on a semi-regular basis, and it's time you checked some of them out.&lt;br&gt;
&lt;br&gt;
A surprising number of his ideas are adaptable to Roguelike games, and the awesome part is that BYOND is an ideal tool for rapidly bringing ideas like his into reality.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=22&quot;&gt;#22 - Tiny Crawl:&lt;/a&gt; The basis for a lot of his Roguelike ideas, this is a sort of mini-screensaver that runs an autonomous dungeon crawl you can watch but not so much participate in except for giving hints to the good guy. It's called &quot;tiny&quot; because it takes place in the size of a mini-banner image.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=29&quot;&gt;#29 - Tiny Crawl World:&lt;/a&gt; Using multiple banners in an overworld, the NPCs have experiences, move from place to place, and go about their quests.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=32&quot;&gt;#32 - Tiny Universe:&lt;/a&gt; Mechanics for grouping Tiny Crawl World windows together, forming quest parties.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=33&quot;&gt;#33 - Tiny Dungeons:&lt;/a&gt; A dungeon editor for Tiny Universe. The types of dungeons involved in the game are much easier to visualize here, and this can easily be a project for procedurally generated dungeons.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=37&quot;&gt;#37 - PGC Templates:&lt;/a&gt; Writing a simple parser could describe an entire dungeon layout for you, allowing for great variety. Or, if you have a map generator already, this concept can be used to fill the rooms with interesting stuff.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=53&quot;&gt;#53 - Alphabit Rogue:&lt;/a&gt; This describes a very simple way to make monsters' danger factor a bit easier to gauge, while also allowing for some interesting characteristics. It also has ways of simplifying the interface (yay!) and a very cool concept for random items.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=54&quot;&gt;#54 - PGC World:&lt;/a&gt; Describes a simple way to adapt the concepts of procedural content to create an overworld, connect towns, and even work out how to build in obstacles and puzzles to unlock access to different areas. This can be used to create a small-scale RPG that changes each time you play, or an overworld for a Roguelike that makes it possible to explore more than one dungeon.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=57&quot;&gt;#57-#59 - PGC Cards&lt;/a&gt; (Part &lt;a href=&quot;http://www.squidi.net/three/entry.php?id=57&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://www.squidi.net/three/entry.php?id=58&quot;&gt;2&lt;/a&gt;, &lt;a href=&quot;http://www.squidi.net/three/entry.php?id=59&quot;&gt;3&lt;/a&gt;): This is a cool way of using a deck of cards to &quot;deal&quot; a dungeon. This set of mechanics is quite close to my heart as I've had an idea in the back of my mind for some time to create a Roguelike CCG.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=60&quot;&gt;#60 - Alphabit Kingdoms:&lt;/a&gt; Taking the Alphabit Rogue concept, this uses letters A-Z to represent 26 different races or nations, which have different skills, different affiliations, and different relative advatnages to each other.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=70&quot;&gt;#70 - Tiny World Cities:&lt;/a&gt; Part one of a three-part concept, this goes over the idea of creating a sim-like overworld for autonomous adventurers that go off exploring dungeons for fun and profit, and you get to watch. It makes mention of the game Majesty, a &quot;fantasy kingdom sim&quot; my wife recently discovered quite by accident.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=71&quot;&gt;#71 - Tiny World Commander:&lt;/a&gt; Part two goes over the AI that will drive your little adventurers. I was surprised to learn this uses a goal stack very similar to the goal stack concept I ended up building into the NPC AI in SotS II.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.squidi.net/three/entry.php?id=72&quot;&gt;#72 - Tiny World Encounters:&lt;/a&gt; Part three gets into the meat of the dungeons themselves, introducing the idea that you can have multiple dungeons going and earn &quot;DP&quot; to alter their layout. Each one is broken up into screens, and the idea is that you can watch a screen like an aquarium to see the little guys in action.&lt;br&gt;
&lt;br&gt;
I just picked out the Roguelike-related ideas here, but there are lots of other good ones on the 300 project page. Hopefully one of them will inspire you to start a new project or take an existing, stalled project in a new direction.</description>
        </item>
                <item>
            <title>Crazy idea: Rogue pinball</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43192</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=43192</guid>
            <pubDate>Wed, 21 May 2008 03:29:25 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=43192#comments</comments>
            
            <description>&lt;p&gt;Okay, I'm tossing this out there for the heck of it because I think it'd be awesome--I also never expect to see it, more's the pity. Pinball in particular is difficult to do in BYOND, although having done some physics in a project and with the new control over game speed, I wouldn't call this impossible in BYOND. Nevertheless this'd be best suited to a virtual pinball table, or a real one. (Note: If any pinball maker actually builds a machine like I'm about to describe, all I ask is to own one. WANT.)&lt;/p&gt;
&lt;p&gt;The trappings of a Roguelike game could be adapted to pinball in a few ways. Traditionally, most roguelikes have several common elements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Randomly generated maps&lt;/li&gt;
&lt;li&gt;Randomly appearing items and hazards&lt;/li&gt;
&lt;li&gt;Unidentified items&lt;/li&gt;
&lt;li&gt;Enchanting equipment for more power&lt;/li&gt;
&lt;li&gt;Character growth (levels)&lt;/li&gt;
&lt;li&gt;Hunger (not especially relevant to this concept)&lt;/li&gt;
&lt;/ul&gt;
Traditionally, pinball machines also often have several common elements:
&lt;ul&gt;
&lt;li&gt;Bumpers, targets, rollovers, spinners&lt;/li&gt;
&lt;li&gt;Special ramps&lt;/li&gt;
&lt;li&gt;Skill shot&lt;/li&gt;
&lt;li&gt;Multiball&lt;/li&gt;
&lt;li&gt;Goal-based bonuses&lt;/li&gt;
&lt;li&gt;Extra ball that can be earned during play&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Starting simple, I envision a pinball table where most of the targets are widely spaced and spread all out over the board. Each target might represent a different item with different effects on play, but the exact item would be unknown until the target was hit, or an &quot;identify&quot; was earned via hitting one of several target banks. (I think as a rule, the best items should be more likely to show up under 2- or 3-target banks.) Some items might activate special buttons that could be used by the player to save the ball, or they could simply set up changes to the playfield like a door that temporarily blocks one of the outlanes. Which item went with which target/ramp/etc. would be lit by an LCD rollover that could change images.&lt;/p&gt;
&lt;p&gt;The table should have multiple areas of play, with one smaller section set aside near the top like a mini treasure room or such, and extra flippers there. Even better would be something like the classic Gottlieb &lt;i&gt;Haunted House&lt;/i&gt; table, which had three levels of play--one was a lower level visible through glass.&lt;/p&gt;
&lt;p&gt;Now here's where the rubber meets the road: The playfield would change between &quot;map levels&quot;. One of the recurring goals would be to earn the &quot;stair bonus&quot; that would drop the ball through a hole, and changes would be made to the table before returning the ball to the plunger. In a virtual pinball game this is cake, and it'd be easy to have several possible configuration templates that could be chosen at random. In a real table, I imagine this would involve some really impressive feats of engineering and the actual configuration changes would be severely limited--but still wicked cool for being there at all. The items associated with the different targets would move, but they would still remain identified. This random reconfiguration would also apply at the beginning of each game.&lt;/p&gt;
&lt;p&gt;After reaching a certain number of stair bonuses, a quest item is earned, and then the player must journey &quot;back&quot; to score a huge bonus.&lt;/p&gt;
&lt;p&gt;An easy concept? No. An awesome one? Frell yes. Even a virtual pinball game of this nature would be a blast to play, but imagine it, as close as you could possibly come to this, in a real table. But if this doesn't sound like your kind of game, consider applying the ideas behind Rogue to a different format instead. The excitement of exploration and firing up the imagination can all be present in games you never thought could achieve it.&lt;/p&gt;</description>
        </item>
                <item>
            <title>Anguna</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=42858</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=42858</guid>
            <pubDate>Tue, 13 May 2008 04:02:59 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=42858#comments</comments>
            
            <description>In the Gameboy Advance homebrew scene, there's a recent release that's worth your time to check out. (If you don't have a GBA or Nintendo DS with the equipment to play homebrew, don't worry, you can play this in the VisualBoy Advance emulator.) The game is called &lt;a href=&quot;http://www.tolberts.net/anguna/&quot;&gt;Anguna&lt;/a&gt;, and it's basically an extremely polished mini-Zelda.&lt;br&gt;
&lt;br&gt;
&lt;div style=&quot;overflow:auto&quot;&gt;
&lt;center&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img width=&quot;240&quot; height=&quot;160&quot; src=&quot;http://www.byond.com/members/DungeonCrawlers/files/2008%2D05/LummoxJR%2D0001/angunaLevel1.png&quot;&gt;&lt;/td&gt;
&lt;td&gt;&lt;img width=&quot;240&quot; height=&quot;160&quot; src=&quot;http://www.byond.com/members/DungeonCrawlers/files/2008%2D05/LummoxJR%2D0001/angunaLevel2.png&quot;&gt;&lt;/td&gt;
&lt;td&gt;&lt;img width=&quot;240&quot; height=&quot;160&quot; src=&quot;http://www.byond.com/members/DungeonCrawlers/files/2008%2D05/LummoxJR%2D0001/angunaDark.png&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;br&gt;
Although the game isn't a Roguelike, this is relevant to Dungeon Crawlers for several reasons. First, to point out that Zelda-type games are dungeon crawls too, and it actually is possible to create a randomly generated game that's replayable many times. By using a custom pseudorandom number generator, you can even number the different available games.&lt;br&gt;
&lt;br&gt;
I'd also like to draw attention to the absolutely gorgeous pixel art. BYOND is a tile-based engine; games this beautiful should be a lot more common than they are. I've learned some techniques from the Pixel Art guild, and there's obviously still a lot to learn. Take a look at the nuances in the brickwork, including the occasional missing/crumbling section of brick. My favorite PC game ever had pixel art of this quality.&lt;br&gt;
&lt;br&gt;
Playing through this game is a rewarding experience, and doesn't take all that long. (Gameplay is closer to 4-6 hours, vs. about 18-24 to get through Zelda.) It doesn't hold your hand or tell you what to do, just thrusts you into the thick of things with a simple, intuitive interface. It's worth seeing especially for the hope of getting your imagination going, which I think the scenery really does well.&lt;br&gt;
&lt;br&gt;
Imagine a BYOND Roguelike looking this good. It's not only possible, it's well within BYOND's capabilities. I'm as much a fan of ASCII art as the next guy, but this is the kind of game, in terms of visuals and smart design choices, I'd like to see more of on BYOND.</description>
        </item>
                <item>
            <title>YASD</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=42577</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=42577</guid>
            <pubDate>Tue, 06 May 2008 00:36:00 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=42577#comments</comments>
            
            <description>&lt;pre&gt;
               _______________________
              /                       \         ___
             /                         \ ___   /   \      ___
            /            RIP            \   \  :   :     /   \
           /                             \  : _;,,,;_    :   :
          /       Dungeon Crawlers        \,;_          _;,,,;_
         |                                 |   ___
         |           was killed            |  /   \
         |     on Monday, May 05, 2008     |  :   :
         |                                 | _;,,,;_   ____
         |               by                |          /    \
         |                                 |          :    :
         |      a lack of enthusiasm       |          :    :
         |                                 |         _;,,,,;_
         |                                 |
         |  Let's see some more activity!  |
         |                                 |
        *|   *     *     *    *   *     *  | *
________)/\\_)_/___(\/___(//_\)/_\//__\\(/_|_)_______
&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;
Hear ye, hear ye! By royal decree of His Majesty Lord Noodlebaum CXCVII, Defender of Puffy Pants and Disco, let it be known that all able-bodied men and women and youth and anthropomorphic whatevers (the latter being less encouraged than the formers) are requested to join His Majesty's Royally Awesome Dungeoneering Squadron of Combat Journalism for the princely sum of kudos and applause!&lt;br&gt;
&lt;br&gt;
Dungeon Crawlers is not just a BYOND guild; we accept all forms of literature, including roguelike development articles, reviews of non-BYOND dungeon crawling games, and even just little handy concepts for you to include in your own BYOND dungeon crawler games. The goal is to make BYOND a place where anyone can go dungeon crawling with the best of them, but given the shortage of BYOND games of the genre, there's no sense in limiting our material.&lt;br&gt;
&lt;br&gt;
If you have some activity in the roguelike or dungeon-crawling world to report, report it here!</description>
        </item>
                <item>
            <title>Dungeon Generator 2.0</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=39071</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=39071</guid>
            <pubDate>Fri, 22 Feb 2008 05:17:06 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=39071#comments</comments>
            
            <description>Here I am, back again with a new dungeon generator. This one is so much better than my other one. &lt;a href=&quot;http://www.tibbius.com/users/koil/dungeon.txt&quot;&gt;Here&lt;/a&gt; is an example of a dungeon generated by it. You'll notice that there are many loops, unlike the previous one.&lt;br&gt;
&lt;br&gt;
You can set any of the following variables to change the dungeon created:&lt;br&gt;
&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
        list/room_weights = list(100)&lt;br&gt;        list/room_choices = list(/room/generic) &lt;span class=&quot;dmcomment&quot;&gt;// List of rooms to choose from when placing a room&lt;/span&gt;&lt;br&gt;&lt;br&gt;        floor_type = /turf/dirt&lt;br&gt;        wall_type = /turf/earth&lt;br&gt;&lt;br&gt;        linear = FALSE &lt;span class=&quot;dmcomment&quot;&gt;// if this is true, the dungeon has no loops and is completely linear&lt;/span&gt;&lt;br&gt;&lt;br&gt;        room_count = 100 &lt;span class=&quot;dmcomment&quot;&gt;// how many rooms and passages to attempt to create&lt;/span&gt;&lt;br&gt;        room_try = 10 &lt;span class=&quot;dmcomment&quot;&gt;// how many times it should try and place a particular room&lt;/span&gt;&lt;br&gt;        min_room_size = 3 &lt;span class=&quot;dmcomment&quot;&gt;// minimum size of a room&lt;/span&gt;&lt;br&gt;        max_room_size = 5 &lt;span class=&quot;dmcomment&quot;&gt;// maximum size of a room&lt;/span&gt;&lt;br&gt;        room_satisfy = 10 &lt;span class=&quot;dmcomment&quot;&gt;// how many times to loop the generator in an attempt to generate room_count rooms/passages&lt;/span&gt;&lt;br&gt;&lt;br&gt;        min_passage_length = 12 &lt;span class=&quot;dmcomment&quot;&gt;// min/max passage length&lt;/span&gt;&lt;br&gt;        max_passage_length = 24&lt;br&gt;&lt;br&gt;        erosion_probability = 25 &lt;span class=&quot;dmcomment&quot;&gt;// percent of walls to erode (off in the above example)&lt;/span&gt;&lt;br&gt;        erosion_iterations = 0&lt;br&gt;&lt;br&gt;        loop_probability = 7 &lt;span class=&quot;dmcomment&quot;&gt;// probability of creating a loop&lt;/span&gt;&lt;br&gt;        loop_randomness = 30 &lt;span class=&quot;dmcomment&quot;&gt;// randomness of the loop (high percentages cause the loop to wind all around&lt;/span&gt;
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
I may very well release the source to this. ;)</description>
        </item>
                <item>
            <title>7DRL Challenge 2008</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=39106</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=39106</guid>
            <pubDate>Tue, 12 Feb 2008 03:44:12 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=39106#comments</comments>
            
            <description>This &lt;a href=&quot;http://www.roguetemple.com/2008/01/30/the-7drl-challenge-2008-draws-near/&quot;&gt;challenge&lt;/a&gt; has been on &lt;a href=&quot;http://www.roguetemple.com/&quot;&gt;Temple of the Roguelike&lt;/a&gt; for a while now, but I thought I'd mention it here.
&lt;blockquote&gt;What is a 7DRL?&lt;br&gt;
&lt;br&gt;
A Seven Day Roguelike is a roguelike created in seven days. This means the author stopped developing it 168 hours after starting.&lt;br&gt;
&lt;br&gt;
The idea behind 7DRLs is forcing developers to finish a showable product instead of adding features endlessly to their grandiose, never to be released projects, a common pattern in the roguelike development world.&lt;br&gt;
&lt;br&gt;
Incidentally, they are also useful as a way to test new ideas as non-traditional, experimental, scrapable roguelikes, thus allowing the genre to expand beyond its barriers.&lt;/blockquote&gt;
&lt;a href=&quot;http://www.roguetemple.com/2008/01/30/the-7drl-challenge-2008-draws-near/&quot;&gt;Further details can be found on the site&lt;/a&gt;, but what may interest BYOND fans is this rule:
&lt;blockquote&gt;You CAN use external libraries, game engines, pre-existing generic code/algorithms, pre-existing generic art, etc. You can even start your game from an existing game, if you are willing to turn it out into something unique, you must however say what resources were reused.&lt;/blockquote&gt;</description>
        </item>
                <item>
            <title>My dungeon generator.</title>
            <link>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=38723</link>
            <guid>http://www.byond.com/members/DungeonCrawlers?command=view_post&amp;post=38723</guid>
            <pubDate>Sat, 02 Feb 2008 07:10:55 +0000</pubDate>
            
            <comments>http://www.byond.com/members/DungeonCrawlers?command=view_comments&amp;post=38723#comments</comments>
            
            <description>Well, the first draft of my first attempt at dungeon generation is done.&lt;br&gt;
&lt;br&gt;
For an example, see &lt;a href=&quot;http://www.tibbius.com/users/koil/dungeon.txt&quot;&gt;http://www.tibbius.com/users/koil/dungeon.txt&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Each dungeon is handled by a /dungeon datum, and each feature (such as corridor, a circular room, a square room, etc) is handled by a /feature datum. The /dungeon holds all of it's /features, and each /feature has a parent variable linking it to the /feature it was connected to. So you could take any point in the dungeon, and trace back to the center.&lt;br&gt;
&lt;br&gt;
However, I'm not very happy with it. You see that there are plenty of dead ends, which I don't like that much. It's also a bit slow, and it doesn't make very good loops. Therefore, I am going to write another one that will hopefully be much better.&lt;br&gt;
&lt;br&gt;
I'll post about it when I finish. ;)</description>
        </item>
            
    </channel>
</rss>


