Hi everyone,
This new web site looks like a fantastic idea.
As a teenager in the 1990s, I spent a lot of time with a friend designing a top-down car racing game for the BBC Microcomputer, which was to be in mold as the Atari 'Super Sprint' and 'Badlands' arcade machines. We planned to feature three super cars - the Lambourghini Diablo, Porsche 959 and Ferrari F40, and designed sprites for at least two of them (using the Computer Concepts graphics extension ROM). I also spent a lot of time with an AMX mouse and 'Super Art' package, painstakingly drawing graphics in mode 1 (2 bpp). Because of the large memory requirements of mode 1, I was hoping to use sideways RAM in order to fit the game code and data into memory.
The results can be seen here:
http://www.starfighter.acornarcade.com/ ... metal.htmlhttp://www.starfighter.acornarcade.com/ ... metal3.pngThere might be a copyright problem with the large (incomplete) picture of the Porsche 959 and the game's logo, because I copied both from a large wall-poster. However, it is just as likely that nobody remembers the poster any more!
Unfortunately, I didn't spend as much time coding as I did drawing, and as a result the game was never finished to a playable standard! The source code, which I still have, was only about 10 KB, and the assembled code much less. I always intended to write the game in 6502 assembly language, and the experience gave me a basic grounding in assembly language programming, if nothing else.
Now that I am a professional programmer, I am toying with the idea of reviving this project (just for fun). However, any further development work would have to be done on an Acorn RiscPC, which is still my main computer system at home. Unless I fetch a real BBC computer out of my parents' attic, that is!
In any case, I thought people on these forums might be interested to see the retro graphics for the game. In 2004 I wrote simple utility programs to convert the BBC format mode 1 screen dumps into RISC OS sprite format, and thence it was easy to convert them into PNGs and other formats.