sord.game.main (version 2.0-pysqlite, 18 August 2010)
index
/home/jtsage/sord/sord/game/main.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 main game modules 
 
* (c) 2009 - 2011 J.T.Sage
* No Rights Reserved - but don't sell it please.

 
Modules
       
sord.game.data
sord.game.forest
sord.base.func
sord.igm
sord.game.menu
sord.base.peditor
sord.game.pfights
random
sord.game.rdi
sord.game.turgon
sord.game.util

 
Classes
       
abduls
arthurs
bank
heal
intro
mainmenu
other

 
class abduls
    Abdul's Armor
 
  Methods defined here:
__init__(self, user)
Initialize Armory
run(self)
Abdul's Armor Run Logic

 
class arthurs
    King Arthur's Weapons
 
  Methods defined here:
__init__(self, user)
Initialize King Arthur's
run(self)
King Arthur's Weapons Run Logic

 
class bank
    Ye Olde Bank
 
  Methods defined here:
__init__(self, user)
Initialize Ye Olde Bank
run(self)
Ye Olde Bank Run Logic

 
class heal
    Healers Hut
 
  Methods defined here:
__init__(self, user)
Initialize Healers Hut
run(self)
Healers Hut Run Logic

 
class intro
    Intro (pre-login) Options
 
  Methods defined here:
__init__(self, connection, config, art, log, sqc, lineconfig)
Initialize Intro Menu
run(self)
Intro Menu Run Logic

 
class mainmenu
    Main Game Menu
 
  Methods defined here:
__init__(self, user)
Initialize Main Game Menu
run(self)
Main Game Run Logic

 
class other
    Other Places (IGMs)
 
  Methods defined here:
__init__(self, user)
Initialize Other Places
run(self)
Other Places Run Logic

 
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