<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-35878568</id><updated>2011-07-04T15:55:31.907-07:00</updated><title type='text'>[crawl]7drl</title><subtitle type='html'>This blog documents my 7-day roguelike project for rec.games.roguelike.development.  My project is a small variant for the roguelike computer game Linley's Dungeoncrawl.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35878568.post-116620967259506654</id><published>2006-12-15T11:07:00.000-08:00</published><updated>2006-12-15T11:07:52.596-08:00</updated><title type='text'>Kervin.cc</title><content type='html'>// Kervin.cc&lt;br /&gt;#include "Kervin.h"&lt;br /&gt;&lt;br /&gt;// Kervin is a librian.  He likes to sort notes about various objects. He&lt;br /&gt;// started out as a wizard, entered the dungeon an ran screaming when he met&lt;br /&gt;// a skeleton.  He's petrified of undead.  So he'll make a run at the dungeon&lt;br /&gt;// from time to time: for research and swag; but he spends most of his time&lt;br /&gt;// sorting other people's notes. &lt;br /&gt;//&lt;br /&gt;// Kervin has a filing cabinet built by Grn, a furniture-making Warper&lt;br /&gt;// Every file is something out there.  Each page in the filing cabinet is a&lt;br /&gt;// description of that thing.&lt;br /&gt;//&lt;br /&gt;bool Kervin::fileMyPage( page p, file f ) {&lt;br /&gt;    f.push_back( p );&lt;br /&gt;    Grns.insert( f );&lt;br /&gt;    return 1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;page Kervin::TellMeabout( topic t )&lt;br /&gt;{&lt;br /&gt;    file inHand = . );&lt;br /&gt;    read inHand.pop_back(); &lt;br /&gt;    inHand.push_back( read );&lt;br /&gt;    return read;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116620967259506654?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116620967259506654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116620967259506654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620967259506654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620967259506654'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/12/kervincc.html' title='Kervin.cc'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116620960222228009</id><published>2006-12-15T11:05:00.000-08:00</published><updated>2006-12-15T11:06:42.223-08:00</updated><title type='text'>Kervin's Head</title><content type='html'>#ifndef KERVIN&lt;br /&gt;#define KERVIN&lt;br /&gt;&lt;br /&gt;#include &lt;set&gt;&lt;br /&gt;#include &lt;vector&gt;&lt;br /&gt;#include &lt;string&gt;&lt;br /&gt;&lt;br /&gt;typedef std::string page;&lt;br /&gt;typedef std::vector&lt;page&gt; file;&lt;br /&gt;typedef std::string topic;&lt;br /&gt;typedef std::set&lt;file&gt; FilingCabinet;&lt;br /&gt;&lt;br /&gt;class Kervin {&lt;br /&gt;    private:&lt;br /&gt;        FilingCabinet Grns;&lt;br /&gt;        page read;&lt;br /&gt;    public:&lt;br /&gt;        // a file from me&lt;br /&gt;        bool fileMyPage( page, file );&lt;br /&gt;            page TellMeabout( topic );   &lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;#endif&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116620960222228009?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116620960222228009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116620960222228009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620960222228009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620960222228009'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/12/kervins-head.html' title='Kervin&apos;s Head'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116620943385189605</id><published>2006-12-15T11:01:00.000-08:00</published><updated>2006-12-15T11:03:53.853-08:00</updated><title type='text'>Franco Head</title><content type='html'>#ifndef FRANCO&lt;br /&gt;#define FRANCO&lt;br /&gt;//&lt;br /&gt;// Franco is a reporter.  He likes to conduct interviews outside&lt;br /&gt;// the dungeon. He reports to Kervin and to the user.  He only cares&lt;br /&gt;// about monsters.  He would like to care about more though.&lt;br /&gt;//&lt;br /&gt;#include &lt;string&gt;&lt;br /&gt;#include &lt;vector&gt;&lt;br /&gt;typedef std::string topic;&lt;br /&gt;typedef std::string description;&lt;br /&gt;typedef std::vector&lt;description&gt; notepad;&lt;br /&gt;&lt;br /&gt;// Franco talks to Kervin&lt;br /&gt;#include "Kervin.h"&lt;br /&gt;&lt;br /&gt;class Franco {&lt;br /&gt;    private:&lt;br /&gt;        notepad n;   &lt;br /&gt;        topic t;       &lt;br /&gt;    public:&lt;br /&gt;        Franco();&lt;br /&gt;        //get the word from the cave&lt;br /&gt;        bool askKervinabout( topic );&lt;br /&gt;        //describe a monster from input&lt;br /&gt;        bool record( topic, description );&lt;br /&gt;};&lt;br /&gt;#endif&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116620943385189605?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116620943385189605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116620943385189605' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620943385189605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620943385189605'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/12/franco-head.html' title='Franco Head'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116620926337382629</id><published>2006-12-15T10:56:00.000-08:00</published><updated>2006-12-15T11:11:30.320-08:00</updated><title type='text'>Cast of Characters</title><content type='html'>Started some brainstormy coding.  My program is like an on-the-spot dungeon interviewer:&lt;br /&gt;&lt;br /&gt;//&lt;br /&gt;//This is TheWordfromtheDungeon, a note writer for crawl stsp0.1.5.&lt;br /&gt;//&lt;br /&gt;//There are three members of this new reporting team so far:&lt;br /&gt;//&lt;br /&gt;//Franco - Your newsman by the cave.  You invoke him by pressing  while&lt;br /&gt;//targeting a monster.  He'd like to know what you have to say about that&lt;br /&gt;//beast you just mercilessly slaugtered.  He gives you a mike on your way in:&lt;br /&gt;//no way he's getting too close to the action.&lt;br /&gt;#include "Franco.h"&lt;br /&gt;&lt;br /&gt;//&lt;br /&gt;//Kervin - You don't see much of Kervin.  He's a librarian; he keeps track&lt;br /&gt;//of all the notes.&lt;br /&gt;//&lt;br /&gt;#include "Kervin.h"&lt;br /&gt;//Jubilee - Franco's assistant. She handles editing for those times when a&lt;br /&gt;// stalwart adventurer notices something just a little different.   Jubilee needs&lt;br /&gt;// a team.&lt;br /&gt;//&lt;br /&gt;#include "Jubilee.h"&lt;br /&gt;&lt;br /&gt;//&lt;br /&gt;// The show&lt;br /&gt;//&lt;br /&gt;#include &lt;iostream&gt;&lt;br /&gt;using namespace std;&lt;br /&gt;&lt;br /&gt;int main() {&lt;br /&gt;   //&lt;br /&gt;   // Asking Kervin to do something.&lt;br /&gt;   Kervin please;&lt;br /&gt;   page MyFirstNotetoKervin = "A filthy, crusty, deformed gibberling.";&lt;br /&gt;   file goblin;&lt;br /&gt;   if( please.fileMyPage( MyFirstNotetoKervin, goblin ) )&lt;br /&gt;       cout &lt;&lt; "I think he filed it." &lt;&lt; endl;&lt;br /&gt;   cout &lt;&lt; please.TellMeabout( "goblin" );&lt;br /&gt; &lt;br /&gt;   // an empty Franco&lt;br /&gt;   Franco F;&lt;br /&gt;   // Franco please( "goblin",  "Filthy, ugly creature." );&lt;br /&gt;   // please.record( "goblin", "Filthy, filthy beasts.");&lt;br /&gt;   // please.askKervinabout( goblin );&lt;br /&gt;&lt;br /&gt;}&lt;/iostream&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116620926337382629?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116620926337382629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116620926337382629' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620926337382629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116620926337382629'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/12/cast-of-characters.html' title='Cast of Characters'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116474367883585508</id><published>2006-11-28T11:46:00.000-08:00</published><updated>2006-11-28T11:54:38.850-08:00</updated><title type='text'>Loaded some descriptions</title><content type='html'>I wrote a few descriptions for monster ideas.  I also managed to load the basic crawl monster descriptions into a vector.  I'm studying containers right now for Strousrup's book, _The C++ Programming Language_, St. Ed.  I guess I should use a map instead. &lt;br /&gt;&lt;br /&gt;Here's  what  I have right now:&lt;br /&gt;&lt;br /&gt; //Note.cc&lt;br /&gt;using namespace std;&lt;br /&gt;#include &lt;iostream&gt;&lt;br /&gt;#include &lt;string&gt;&lt;br /&gt;#include &lt;vector&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;string describe_monsters( int );&lt;br /&gt;class Note&lt;br /&gt;{&lt;br /&gt;   friend ostream &amp;operator&lt;&lt;( ostream&amp;amp;, const Note &amp; );  &lt;br /&gt;public:&lt;br /&gt;      Note( string s){ description = s; }&lt;br /&gt;      void displayNote(){ cout &lt;&lt; description; }  &lt;br /&gt;private:&lt;br /&gt;      string description;&lt;br /&gt;     &lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;ostream &amp;operator&lt;&lt;( ostream &amp;amp;output, const Note &amp;n )&lt;br /&gt;{&lt;br /&gt;   output &lt;&lt; n.description;&lt;br /&gt;   return output;&lt;br /&gt;}  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//cwde&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;   vector&lt;string&gt; monsterDescriptions;&lt;br /&gt;  &lt;br /&gt;   monsterDescriptions.push_back("Rats are rats.  This rat's fat.");&lt;br /&gt;   monsterDescriptions.push_back("No bats are good bats.");&lt;br /&gt;   monsterDescriptions.push_back("\"Yip! yip!yip! Yip! yip!yip! Yip! yip!yip!.....Rar!Rar!Rar!Rar!rar!" );&lt;br /&gt;   monsterDescriptions.push_back("\"I give your head to Blork.  He eat your brain for breakfast. Maybe me get an eyeball.  No....I eat your brain.");&lt;br /&gt;   monsterDescriptions.push_back("\"Mead tastes good! So do Dwarfs! I soak my Dwarf's corpse in mead, of course!\"" );&lt;br /&gt;  &lt;br /&gt;   monsterDescriptions.push_back( "A filthy, dirty creature." );&lt;br /&gt;   monsterDescriptions.push_back( "\"Eves?  Giv' me a break.  Eve's don't botta us.  I dunno why; maybe we too tough. Heh.\"");&lt;br /&gt;   /*    eves&lt;br /&gt;         eves are psychic beings that mutate by stealing players skills and abilities. Some, like wichoreveda, are completely or mostly unformed; while others, like raceevelst, are created from a spiritual seed.  For the raceevelst, the seed is the spirit of a centaur that is lost from it's body. &lt;br /&gt;   */&lt;br /&gt;   monsterDescriptions.push_back( "Your mentor; no, your enemy; no, your lover; no, you can't remember.  Everytime you think about this creature, it changes in your mind.  Should you kill it?  Is it your ally?  Is it beautiful, hideous, or bland?  You can't remember." ); //unformed eve&lt;br /&gt;   monsterDescriptions.push_back( "A pregnant woman with heavy eyes." );  //angry pregnant human eve&lt;br /&gt;   monsterDescriptions.push_back("The centaur glances about frenetically. 'Til he sees you of course." ); // lost centaur eve&lt;br /&gt;&lt;br /&gt;//crawl descriptions&lt;br /&gt;   for ( int i = 0; i &lt; 440; ++i )&lt;br /&gt;   {&lt;br /&gt;         monsterDescriptions.push_back( describe_monsters( i ) );&lt;br /&gt;   }&lt;br /&gt;   for ( int i = 0; i &lt; monsterDescriptions.size(); i++ )&lt;br /&gt;      cout &lt;&lt; i &lt;&lt; monsterDescriptions[i] &lt;&lt; endl;&lt;br /&gt;  &lt;br /&gt;   return 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// From enum.h&lt;br /&gt;&lt;br /&gt;// note this order is very sensitive... look at mons_is_unique()&lt;br /&gt;enum monster_type                      // (int) menv[].type&lt;br /&gt;{&lt;br /&gt;    MONS_GIANT_ANT,                    //    0&lt;br /&gt;    MONS_GIANT_BAT,&lt;br /&gt;    MONS_CENTAUR,&lt;br /&gt;    MONS_RED_DEVIL,&lt;br /&gt;    MONS_ETTIN,&lt;br /&gt;    MONS_FUNGUS,                       //    5&lt;br /&gt;&lt;br /&gt;    ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// from describe.cc&lt;br /&gt;&lt;br /&gt;//---------------------------------------------------------------&lt;br /&gt;//&lt;br /&gt;// describe_monsters&lt;br /&gt;//&lt;br /&gt;// Contains sketchy descriptions of every monster in the game.&lt;br /&gt;//&lt;br /&gt;//---------------------------------------------------------------&lt;br /&gt;string describe_monsters(int class_described )&lt;br /&gt;{&lt;br /&gt;    std::string description;&lt;br /&gt;&lt;br /&gt;    description.reserve(200);&lt;br /&gt;/*&lt;br /&gt;#ifdef DOS_TERM&lt;br /&gt;    char buffer[4000];&lt;br /&gt;    gettext(1, 1, 80, 25, buffer);&lt;br /&gt;    // window(25, 1, 80, 25);&lt;br /&gt;#endif&lt;br /&gt;*/&lt;br /&gt;/* I don't understand this part yet.&lt;br /&gt;    clrscr();&lt;br /&gt;&lt;br /&gt;    description = ptr_monam( &amp;(menv[ which_mons ]), DESC_CAP_A );&lt;br /&gt;    description += "$$";&lt;br /&gt;*/&lt;br /&gt;    switch (class_described)&lt;br /&gt;    {&lt;br /&gt;        // (missing) case 423 - MONS_ANOTHER_LAVA_THING ??? 15jan2000 {dlb}&lt;br /&gt;        //                      no entry in m_list.h 17jan200 {dlb}&lt;br /&gt;        //          monster has no stats!&lt;br /&gt;        // mv: changed ANOTHER_LAVA_THING to SALAMANDER, added stats and&lt;br /&gt;        //     description&lt;br /&gt;        // (missing) case 250 - MONS_PROGRAM_BUG ??? 16jan2000 {dlb}&lt;br /&gt;    case MONS_KILLER_BEE_LARVA:&lt;br /&gt;        description += "A small, powerless larva of killer bee.";&lt;br /&gt;        break;&lt;br /&gt;&lt;br /&gt;    case MONS_QUASIT:&lt;br /&gt;        description += "A small twisted demon with long sharply pointed tail.";&lt;br /&gt;        break;&lt;br /&gt;&lt;br /&gt;    case MONS_ANGEL:&lt;br /&gt;        description += "A winged holy being of unnatural beauty. "&lt;br /&gt;            "It's surrounded by aura of brilliant golden light. ";&lt;br /&gt;        break;&lt;br /&gt;&lt;br /&gt;    case MONS_HUMAN:&lt;br /&gt;        // These should only be possible from polymorphing or shapeshifting.&lt;br /&gt;        description += "A remarkably nondescript person.  How odd!";&lt;br /&gt;        break;&lt;br /&gt;&lt;br /&gt;    ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116474367883585508?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116474367883585508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116474367883585508' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116474367883585508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116474367883585508'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/11/loaded-some-descriptions.html' title='Loaded some descriptions'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116162292943614591</id><published>2006-10-23T10:00:00.000-07:00</published><updated>2006-10-23T10:02:09.443-07:00</updated><title type='text'></title><content type='html'>The 7drl in this project has officially changed from "7 day roguelike" to "7 decade roguelike".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116162292943614591?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116162292943614591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116162292943614591' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116162292943614591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116162292943614591'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/10/7drl-in-this-project-has-officially.html' title=''/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116120006806381797</id><published>2006-10-18T12:26:00.000-07:00</published><updated>2006-10-18T12:34:28.073-07:00</updated><title type='text'></title><content type='html'>I busted my compiler Sunday night.  I've finally got crawl building again.  I think I sabotaged myself.  Procrastinated starting my project.  I setup too many cygwin, mingw, and gnu tools and got my paths mixed up.  Suddenly nothing worked right.  Instead of trying to figure out what I did, I got frustrated and begin setting up Debian.  (I have Procrastination: &gt;= Level 8)  Anyway, I've finally resetup cygwin and have crawl makefile.lnx compiling!  Whoo hoo.  Hopefully I'll be ending my procrastination subroutine soon. &lt;br /&gt;   Now I will try to figure out how Haran's notes* files work.  I'll mimic to begin making my database objects.&lt;br /&gt;   In the meantime, I'm crawling now and again in order to build up a description database.  For now, I am using Haran's notes and chardump's to build description content.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116120006806381797?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116120006806381797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116120006806381797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116120006806381797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116120006806381797'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/10/i-busted-my-compiler-sunday-night.html' title=''/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116068333345200139</id><published>2006-10-12T13:00:00.000-07:00</published><updated>2006-10-12T13:02:13.463-07:00</updated><title type='text'>Wanderer Branch Concept</title><content type='html'>You begin as a wanderer, unsure of your past.  Much of your memory has evaporated; you're in a cave.  Blood is in the air, danger crackles about you.  You want to go down...deep.  You need to.  You have a smattering of equipment and a case.  Inside is a writing set and a plain, empty book.  Compulsively, you begin to write:&lt;br /&gt;&lt;br /&gt;//player writes any background or story so far information here:&lt;br /&gt;&lt;br /&gt;You put away your writing set and briefly flip through the strange journal.  New pages have appeared!  The new pages are of a slightly different color from the the ones you've written on.  And there is one new page for each used page.  Enough musings, it's time to wander...&lt;br /&gt;&lt;br /&gt;So, this concept is really a showcase for new journalling features.  I'm a big fan of Haran's notetaking patch for the following reasons:&lt;br /&gt;1. I sometimes like to play "in character", writing my characters thoughts as I go. &lt;br /&gt;&lt;br /&gt;2. Writing my actions down helps me reenforce new tactical ideas.&lt;br /&gt;&lt;br /&gt;3. The notetaker is nice for tracking bugs and learning about the game's features because it tracks the turn number with the note.  Thus, I can calculate how long it takes to get hungry, or to heal, or how long a spell lasts very easily, and, more importantly, while playing.&lt;br /&gt;&lt;br /&gt;Now, I want to be able to describe my environment while I'm playing as well.  Name the rats.  Describe each one.  Make jokes about them.  But I don't want to leave the dungeoncrawl game in order to do these things.  No Alt-tabbing to an editor program, or chardumping then Ctrl-Xing to a prompt.  I want to stay "in" dungeoncrawl as much as possible. &lt;br /&gt;&lt;br /&gt;And I want to import other people's writings as well.  Assuming there are like-minded individuals out there. &lt;br /&gt;&lt;br /&gt;So in the future, when I &lt;'x','?'&gt; a giant bat I might see:&lt;br /&gt;A huge black bat.&lt;br /&gt;Or I might see,&lt;br /&gt;A huge, angry black bat.&lt;br /&gt;A huge, red bat.&lt;br /&gt;Or even,&lt;br /&gt;"It's impossible to find this black bat's eyes through it's handsome head fur.  It keeps making piercing shrieks at you.  Is it talking?  I'm getting a headache, I must smash it with my hammer."&lt;br /&gt;&lt;br /&gt;Or whatever.&lt;br /&gt;&lt;br /&gt;I then want to be able to edit, append to, or replace the description and I want the original description to be available.&lt;br /&gt;&lt;br /&gt;So that's the basic idea behind the note processor I'm building.  A few people have mentioned Nethack to me.  I haven't played this game much because I don't like starting with an animal.  It gives me mixed feelings. 8)  Anyway, I'm planning a raid on nethack source files tonight.&lt;br /&gt;&lt;br /&gt;The note processor is the focal point of my 7drl.  I'm creating a low-level branch from D1 to the Ecumenical Temple as a minigame to test the note processor.  Hopefully, I'll complete the noteprocessor first, then use it to help make the branch.  My point here, is that a lot of my 7drl may end up being a lot of description input into crawl. &lt;br /&gt;&lt;br /&gt;As others have written, I am taking on this project for personal reasons: my fun, tools I'd like to use, to gain some programming experience.  Hopefully I'll make something others can use. &lt;br /&gt;&lt;br /&gt;Thanks for reading,&lt;br /&gt;Christopher Evenstar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116068333345200139?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116068333345200139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116068333345200139' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116068333345200139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116068333345200139'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/10/wanderer-branch-concept.html' title='Wanderer Branch Concept'/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35878568.post-116060529479106221</id><published>2006-10-11T15:15:00.000-07:00</published><updated>2006-10-11T15:46:48.766-07:00</updated><title type='text'></title><content type='html'>Wanderer's 7drl project&lt;br /&gt;&lt;br /&gt;This is the first, rough draft of my branch concept:&lt;br /&gt;It's very sketchy at this point.&lt;br /&gt;*****************************************************************************&lt;br /&gt;Content Addition&lt;br /&gt;New branch to the Ecumenical Temple (6-10 levels)&lt;br /&gt;This branch will be available to all players, but is designed with wanderers in mind.&lt;br /&gt;&lt;br /&gt;Amnesiac monsters&lt;br /&gt;A set of new low-level monsters with amnesia attacks.  These are dreamlike monsters that confuse the player and "steal || destroy" skill points.  The more powerful creatures will be able to "steal || destroy" spent skill points, thereby removing skills from the player and adding skills to themselves.&lt;br /&gt;These monsters will be added heavily to my branch, and sprinkled into the vanilla D:1-10 levels.&lt;br /&gt;&lt;br /&gt;Amnesiac traps&lt;br /&gt;Same effects as monsters.  Some monsters will attempt to lead the player into&lt;br /&gt;the traps.&lt;br /&gt;&lt;br /&gt;Flashbacks&lt;br /&gt;Flashbacks are rushes of memory the player experiences.&lt;br /&gt;A brief, 2-3 paragraph, description of the flashback will be displayed. &lt;br /&gt;The player will recieve skill points (spent and unspent).&lt;br /&gt;Flashbacks are rewards for defeating NPCS and Amnesiac Monsters or Traps.&lt;br /&gt;&lt;br /&gt;NPC Set&lt;br /&gt;10 new npcs with amnesiac attacks and other new abilities. (Haven't put much&lt;br /&gt;thought into these yet.)  Npcs can occur on any of the levels.  I'd like to&lt;br /&gt;vary they're power level or abilitity set according to the level they're&lt;br /&gt;generated on.&lt;br /&gt;&lt;br /&gt;Ending - Entrance to the Ecumenical Temple&lt;br /&gt;If the player is a wanderer, he or she gets to switch to a new class, or&lt;br /&gt;remain a wanderer.  Basically this will scan the player's stats/skills/inventory&lt;br /&gt;then preform appropriate (and random) skill-switching, ability switching,&lt;br /&gt;random magickal and divine effects and things like that.  The code here will be&lt;br /&gt;very spaghetti-ish, for fun (mine).&lt;br /&gt;&lt;br /&gt;Feature Addition&lt;br /&gt;Object note processor&lt;br /&gt;Object note&lt;br /&gt;Object notes can be created in a seperate notes file, or created/accessed&lt;br /&gt;through the 'x' command in game.&lt;br /&gt;An object note is used to allow players to create descriptions for things in&lt;br /&gt;the crawl dungeon.  It allows a player to describe the setting while playing.&lt;br /&gt;It also can be used with other peoples notes, thereby sharing the experience&lt;br /&gt;or creating random, conglomerate experiences.&lt;br /&gt;&lt;br /&gt;Player can make a note on a given object.&lt;br /&gt;Notes will be added to a note database and shared with others.&lt;br /&gt;&lt;br /&gt;Object is created during grid generation // say a worm, a potion, the wall, etc.&lt;br /&gt;Object is assigned a note from the database that corresponds with the objects type&lt;br /&gt;Player can repeatedly add a note to the database&lt;br /&gt;Note may be appended to existing object                  &lt;br /&gt;Note may replace existing object&lt;br /&gt;Original note and new note both exist in the database      &lt;br /&gt;   Player can display the note // view the object&lt;br /&gt; &lt;br /&gt;Other users can add to database  &lt;br /&gt;&lt;br /&gt;Wanderer's Journal&lt;br /&gt;A book that may be found in the dungeon.  The book will detail past adventurer's journeys, or at least, their scrawlings.&lt;br /&gt;Database object like note.  Notes files written in book.&lt;br /&gt;&lt;br /&gt;Pregame Store&lt;br /&gt;*bandish store.  Options for random and set inventories.&lt;br /&gt;&lt;br /&gt;Java Web Start for the application&lt;br /&gt;&lt;br /&gt;Minor changes&lt;br /&gt;manuals will have a higher generation frequency&lt;br /&gt;walls will change to #&lt;br /&gt;color theme: i'm thinking yellow and purple&lt;br /&gt;reaver style characters with a random or choice of starting schooltype allowed&lt;br /&gt;&lt;br /&gt;I'll not be worring about portablity or clean patch design for this challenge.  I don't have much of a grasp on either of these technologies yet.  I hope to  use the 7drl as a furious trial-by-fire and sort out portablity and how-to-make-a-patch afterwords.  That said, I plan to document within my code well.  And I aim for as much modularity as possible.  I'll put most of my code in new&lt;br /&gt;.cc and .h files; then make minor changes to the original code. (hopefully)&lt;br /&gt;&lt;br /&gt;Thanks, a lot, for looking at this,&lt;br /&gt;Christopher Evenstar&lt;br /&gt;                                                                       &lt;br /&gt;PS On using a crawl variant as a roguelike project  Generally, this seems to be an accepted practice for the roguelike contest.  Contest is a bit of a misnomer.  There is no prize, and not much in the way of rules.  I am expected to make all appropriate acknowledgements of and to document what is copied content/code, and what is original content/code.  The point of the contest is not to make a new roguelike from scratch, but to complete a game or concept within 7days.  Sort of a communal creation frenzy. It's all very subjective.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35878568-116060529479106221?l=crawl7drl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crawl7drl.blogspot.com/feeds/116060529479106221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35878568&amp;postID=116060529479106221' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116060529479106221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35878568/posts/default/116060529479106221'/><link rel='alternate' type='text/html' href='http://crawl7drl.blogspot.com/2006/10/wanderers-7drl-project-this-is-first.html' title=''/><author><name>Christopher Wayne Donn Evenstar</name><uri>http://www.blogger.com/profile/01673448096706455949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
