sord.game.rdi (version 2.0-pysqlite, 18 August 2010)
index
/home/jtsage/sord/sord/game/rdi.py

Saga of the Red Dragon
 
* A blatent rip off of Seth Able Robinson's BBS Door Masterpiece.  
* All attempts were made to be as close to the original as possible, 
* including some original artwork, the original fight equations, and 
* most especially the original spelling and punctuation mistakes.  Enjoy.
 
* Contains the Red Dragon Inn
 
* (c) 2009 - 2011 J.T.Sage
* No Rights Reserved - but don't sell it please.

 
Modules
       
sord.game.data
sord.base.func
random
re
time
sord.base.user
sord.game.util

 
Classes
       
rdi

 
class rdi
    S.O.R.D. :: Red Dragon Inn
 
  Methods defined here:
__init__(self, user)
Initialize new RDI instance
bard_listen(self)
Hear the bard sing
bartend(self)
Bartender Logic
converse(self)
Converse with patrons
flirt(self)
Flirt initiator.
flirt_seth(self)
Flirt with the bard
flirt_violet(self)
Flirt with the barmaid
getroom(self)
Red Dragon Inn Get a Room
menu_bard(self)
Talk with the bard
menu_bartend(self)
Show bartender menu
menu_flirt(self)
Show appropriate flirting menu per user.sex
menu_main(self)
Main Menu
prompt(self)
User Prompt
run(self)
Red Dragon Inn, main loop

 
Data
        __author__ = 'Jonathan T. Sage <jtsage@gmail.com>'
__credits__ = 'Seth Able Robinson, original game concept'
__date__ = '18 August 2010'
__version__ = '2.0-pysqlite'

 
Author
        Jonathan T. Sage <jtsage@gmail.com>

 
Credits
        Seth Able Robinson, original game concept