Page 1 of 1

Rebelstar Raiders BASIC source code

Posted: Sat Nov 04, 2023 4:56 pm
by mrcook
A few months ago for a small weekend project I extracted all the source code and data from the Rebelstar Raiders game by Julian Gollop (Red Shift). Most of the code is BASIC with a very small amount of assembly for gfx/sound routines, and of course the game data files.

The code is available on Github.

All the data was extracted from the tape file using some custom Go code and the excellent tzxtools. I also added a bunch of comments and formatted the data files to make exploring easier.

I thought I'd share in case someone finds it useful.

Re: Rebelstar Raiders BASIC source code

Posted: Sun Nov 05, 2023 1:38 pm
by Wall_Axe
Velly good velly good.
Did you look at the enemy ai? Or is it just a two player game

Re: Rebelstar Raiders BASIC source code

Posted: Sun Nov 05, 2023 2:42 pm
by adam
Awesome work - thank you! I've been meaning to do this myself so I am glad that someone better has now done so!

Re: Rebelstar Raiders BASIC source code

Posted: Sun Nov 05, 2023 3:40 pm
by mrcook
Wall_Axe wrote: Sun Nov 05, 2023 1:38 pm Did you look at the enemy ai? Or is it just a two player game
Yep, this is a two player game only.