Raptor
Moderator: MaxCoderz Staff
- benryves
- Maxcoderz Staff
- Posts: 3089
- Joined: Thu 16 Dec, 2004 10:06 pm
- Location: Croydon, England
- Contact:
Aye.CompWiz wrote:yeah, it's been mentioned already. That was a fun game(in fact it's currently on my calculator), but it could definately be improved.kalan_vod wrote:Firetrack was similar to this.
I actually rewrote Fire Track from scratch to be really like the BBC Micro version. It's for the Sega Game Gear, but it's written in Z80 assembly so could potentially be ported.




All the enemy attack patterns were carefully scripted, and levels could be set up to take advantage of that (lists of "spawn x enemies of type y, delay for z", that sort of thing). Unlike the sedate speed of the calculator game, this could get rather insane - the filename says it all. (that's from one of the last levels, which just spawns lots of enemies (at random) very quickly). Yes, collision detection was disabled.

This video shows off the "classic" gameplay a bit more sedately, though collision detection was still switch off for the purposes of the demo.
An idea for my next project after Nostromo, Latenite, Brass, Emerson, ... ?

The Game Gear only has a 3MHz Z80, but it does have hardware-accelerated sprites and background scrolling. The real killer is the ultra-low screen resolution on the TI-83 series.