--------------------------------------
BBASCII Library version 1.0 by Eikon
eikon@carolina.rr.com
--------------------------------------
Description:
--------------------------------------
Ever wanted to do ASCII text games in Blitz like you can
in C/C++, QBasic, Purebasic, and many others? Now you have full
access to all of the terminal fonts extended characters thanks to
the BBASCII Library. This Lib will function with any version of 
Blitz and is perfect for making a retro ASCII Adventure game.

You may use this in any project, commercial or otherwise, as long
as you give me a mention. Setup is very easy, refer to the example
files that are included to get familiar with BBASCII's functions.

--------------------------------------
This library Includes:

lib/bbasc.bb     - Version 1.0 of the BBASCII lib
Help/            - Help file updates to add the BBASCII Chart to your command reference
AscChar.bb       - Demo of how to use the BBASCII AscChar function
AscText.bb       - Demo of how to use the BBASCII AscText function
AscGame.bb       - Demo on how to create a simple game using BBASCII
beep.decls       - Userlib that adds PC speaker functionality to B3D/B+
--------------------------------------

--------------------------------------
Requirements:

Alter the lib's Path$ variable to point to bb.asc.







