sord.game.art (version 2.0-pysqlite, 18 August 2010)
index
/home/jtsage/sord/sord/game/art.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 all basic game functions.
 
* (c) 2009 - 2011 J.T.Sage
* No Rights Reserved - but don't sell it please.
 
* To Add ANSI Files, convert all high-ascii characters to variables as follows:
 
                               ASCII                           UTF
       Variable        OCT             DEC             DEC             HEX
       A176            260             176             9617            2591
       A177            261             177             9618            2592
       A178            262             178             9619            2593
       A219            333             219             9608            2588
       A220            334             220             9604            2584
       A221            335             221             9612            258C
       A222            336             222             9616            2590
       A223            337             223             9600            2580
       A254            376             254             9642            25AA

 
Modules
       
sord.base.func
re

 
Classes
       
sordArtwork

 
class sordArtwork
    S.O.R.D. ANSI Artwork
 
  Methods defined here:
__init__(self, config, sqc)
Initialize artwork, choose character set
abdul(self)
Abdul's Armoury, Opening Screen
armbuy(self)
Abdul's Armoury, Buy Screen
arthur(self)
King Arthur's Weapons, Opening Screen
bank(self)
Ye Olde Bank
banner(self)
Game System Information Banner
blueline(self)
Dark Blue Horizontal Rule
cntransi(self, text)
fairies(self)
Fairy intro screen
forest(self)
Forest Fight Screen
header(self)
Game Welcome Screen - in use
info(self, user, charmsay)
Game System Information Banner
killer(self)
Slaughter other players
lair(self)
The Dragon's Lair
line(self)
Dark Green Horizontal Rule
tower(self)
Rself.ESCue maiden intermediate screen
turgon(self)
Turgon's Warrior Training
violet(self)
Flirt with Violet
wepbuy(self)
King Arthur's Weapons, Buy Screen

 
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