StuntCopter 86 ASM y2k [1]
==========================
By Justin TerAvest
base16@crosswinds.net

 - z80 assembly coders
 - http://www.zed80asm.org/

02 January, 2000

This is a port of StuntCopter for the TI-86 from the old 68k Macs. The object of the game is to drop the man from the helicopter into the haycart that is being pulled by the horse. The higher you drop from, the more points you get.

Conrols
-------
[UP] - moves 'copter up
[DOWN] - moves 'copter down
[LEFT] - moves 'copter left
[RIGHT] - moves 'copter right
[EXIT] - exits game
[2ND] - drops man from 'copter

To do
-----
The movement does not change velocity, only position. I already have a preliminary version that takes care of that, but there are still some issues with that. The other thing that is missing is a status bar at the bottom. I am considering having a window pop up after every drop instead. If you have any ideas, please e-mail them to me.

Version History
---------------
y2k [1]

- Added baseline
- Some optimizations
- Initial release

991220

-Took out IM2 code

991218

- Changed movement back to old style
- Fooled around with IM2
- Refined lives code

991216

- Made movement use velocity
- Went too slow, many bugs.

991214

- REALLY fixed sprites.
- Implemented scoring
- Added lives

0.6

- Fixed sprites

0.4

- Fixed drop accuracy

0.2

-Initial Version