[crawl]7drl

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.

Name:
Location: Palmer, Alaska, United States

Friday, December 15, 2006

Kervin.cc

// Kervin.cc
#include "Kervin.h"

// Kervin is a librian. He likes to sort notes about various objects. He
// started out as a wizard, entered the dungeon an ran screaming when he met
// a skeleton. He's petrified of undead. So he'll make a run at the dungeon
// from time to time: for research and swag; but he spends most of his time
// sorting other people's notes.
//
// Kervin has a filing cabinet built by Grn, a furniture-making Warper
// Every file is something out there. Each page in the filing cabinet is a
// description of that thing.
//
bool Kervin::fileMyPage( page p, file f ) {
f.push_back( p );
Grns.insert( f );
return 1;
}

page Kervin::TellMeabout( topic t )
{
file inHand = . );
read inHand.pop_back();
inHand.push_back( read );
return read;
}

0 Comments:

Post a Comment

<< Home