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

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

 
Classes
       
killer

 
class killer
    S.O.R.D. Killing Fields
 
  Methods defined here:
__init__(self, user)
Initialize Killing Fields Instance
fight(self, user, usertokill)
Master Fight System
list(self)
Player List
menu(self, user, ehp, ename)
Forest Fight Menu
run(self)
Slaughter Run Logic

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

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

 
Credits
        Seth Able Robinson, original game concept