Re: TIB: Does ANYBODY know how to make an alpha based RPG?


[Prev][Next][Index][Thread]

Re: TIB: Does ANYBODY know how to make an alpha based RPG?




In all honesty, the best way to accomplish your purpose is through assembly.  It simply
becomes to difficult to create a massive RPG which incorporates graphics and at least
some speed in the BASIC language.  You can work graphics through matrices by telling the
calc to have a pixel on if the corresponding cell in the matrix is a certain value, but
this really is inefficient and slow.  My suggestion: try assembly.

~Dave <the_regul8r@bigfoot.com>

Tatsuo64@aol.com wrote:

> How do I make a scrollable background for a text-graphics RPG?  I know it has
> something to do with matrices.


References: