Raptor

Got a brilliant program idea? Let us know!

Moderator: MaxCoderz Staff

User avatar
qarnos
Maxcoderz Staff
Posts: 227
Joined: Thu 01 Dec, 2005 9:04 am
Location: Melbourne, Australia

Raptor

Post by qarnos »

I remember a good game from the mid 90's called Raptor - it was a vertcally scrolling shooter, and was heaps of fun.

I was thinking about it today, about how it could be done on an 83+, and have some ideas.

What if you made use of the LCD's z-page capability to implement the scrolling... Then you would only have to draw one horizontal line per frame (not counting non-static objects).

Now, couple this with some nice greyscale code. I was thinking about a system which would keep track of which bytes or areas of the screen need a greyscale effect, since "all on" and "all off" pixels don't need to be updated.

I think this would make a cool project and a great game. I'm tempted to try it myself, but my workload is heavy enough at the moment!

Anyway, if someone wants to pick up on this idea, let me know how it goes!
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Link?
Image
User avatar
qarnos
Maxcoderz Staff
Posts: 227
Joined: Thu 01 Dec, 2005 9:04 am
Location: Melbourne, Australia

Post by qarnos »

User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Raptor is a great game, i played it heaps back in th day. I also remember some cheat about cows ... O_o.

Ive been very tempted to make it myself, just never got around to it.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Re: Raptor

Post by CoBB »

qarnos wrote:What if you made use of the LCD's z-page capability to implement the scrolling... Then you would only have to draw one horizontal line per frame (not counting non-static objects).
I think using Z-address would be more trouble than it's worth. Just think about it how much hassle it would be to make it flickerless, i.e. updating all the sprite bytes in a single run (especially making sure that you don't update a byte twice if it holds a sprite in two consecutive frames). And that's not even greyscale. Also, a Raptor lookalike would reqire lots of sprites, and using a simple fully redrawn virtual screen would be likely no more cost than trying to look for unchanging bytes.
User avatar
NanoWar
Extreme Poster
Posts: 365
Joined: Fri 17 Dec, 2004 6:39 pm
Location: #$&"%§!
Contact:

Post by NanoWar »

Revolution Software
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

I agree with CoBB, also,if you use grayscale only the the middle (between to other black pixels) pixels remain the same (same for white ofcourse) all the rest (probebly 90% or something) would have to change anyway, so the "normal" way might actually be faster, or not much slower.
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

Firetrack was similar to this.
CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

I used to play demonstar, and that looks pretty similar to this.
In Memory of the Maxcoderz Trophy Image
User avatar
Madskillz
Calc Wizard
Posts: 745
Joined: Fri 17 Dec, 2004 10:22 pm
Location: Wandering around in the Jungle...
Contact:

Post by Madskillz »

heh looks cool and I would love it as a calc game.
The Revolution is here...
Stickmanofdoom
Regular Member
Posts: 86
Joined: Fri 17 Dec, 2004 8:20 pm
Contact:

Post by Stickmanofdoom »

CompWiz wrote:I used to play demonstar, and that looks pretty similar to this.
That is probably because Mountain King Studios made both Demonstar and Raptor.
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

I have seen Raptor in arcades, and still few have it...you should buy it!
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

Isn't Tyrian freeware?
Stickmanofdoom
Regular Member
Posts: 86
Joined: Fri 17 Dec, 2004 8:20 pm
Contact:

Post by Stickmanofdoom »

Yes, it is. You can find more info and downloads for Tyrian here.
User avatar
DigiTan
Calc Master
Posts: 1069
Joined: Fri 04 Mar, 2005 12:52 am
Location: NW Wisconsin
Contact:

Post by DigiTan »

Ah, I remember playing the demo levels afterschool so long the walls looked like they were scrolling when it quit. There is an ASM clone of the game, but I recall it getting terrible reviews about the game speed and bad controls. If someone did a genuine clone (bring back all the original weapons & upgrades that made it famous) it would take off. Puncount++. Likewise, there was another game called Alpha-10 that I thought was good (still got a bad review) that mixed scrolling with fast-moving cloud sprites to give a nice illusion of height. Something to look into if grayscale becomes a problem.
My diet consists of nails, code-stealers, and HP fans.
Projects:

Robot War [TI-82, TI Flash App]
Sonic the Hedgehog [Multiplatform]
Post Reply