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 | ||||||
|
Classes | ||||||||||
|
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 |