
About
This is the official BBC Micro version of the source code for Crazee Rider, a motorcycle racing game Kevin Edwards wrote in 1986, published by Superior Software in 1987. Written entirely in 6502 assembly for machines with 32KB of RAM (10KB reserved for video memory), the original BBC BASIC inline-assembler source was reworked to assemble via the modern "beebasm" toolchain, including de-tokenizing the original BBC BASIC files.
Getting started
Building requires the beebasm assembler; running the included make script from the project folder assembles the code into a disk image loadable in BBC Micro emulators such as B-em or BeebEm.
History
Edwards released the source in 2018 (per the README's 1986-2018 copyright notice), over 30 years after writing it, to preserve it; at the time he noted the Electron and Master 128 versions used slightly different code and that he hoped to release those separately when he had more free time.