Short: AmiSame -- a simple 2D puzzle game
Author: Kevin Blumberg (kevin@amiga.com)
Distribution: 
Location: app/amisame
Replaces: 
Version: 1.0
History:
1.00 -- first public release

Installation: 
Unzip to your intent root dir. All files unzip to app/amisame/ except amisame.scr which goes into app/start/ave

Originally, this game was written as an ave graphics demo for AmiWest 2000. The game was inspired by KSame, which I found in the Corel Linux distro (tried porting the code, but found it easier to write my own version in VP). Since then, I've added enough functionality to make it playable and stable enough to drop in the cvs.

In the next version I'll randomize the game, right now I've got 5 or 6 game patterns that are hard coded.
I also need to go back and wrap some error traps around my mallocs and file ops (bad style, head hung low).


known bugs:
Running "dfa -md app/amisame/amisame" uncovers some bugs that I need to fix, but they are mostly undefined or unused registers and don't appear to create any significant problems.

source code:
the VP source is in app/amisame.


