| Programmes | ||||
|---|---|---|---|---|
| level1 | level2 | level3 | level4 | level5 |
| level6 | ||||
Car race is a game writen by Saso Tomat en 1987. Some Saso's words about this game :

level1.bas3032 Octets |

level2.bas3050 Octets |

level3.bas3134 Octets |

In this level, the landscape is in a data file.
To load it, RUN the program starting line 1000, load data of gfx.dat from the RS-232 and then, starts the game.
2 landscapes can be used in this level.
: graphics data are poked inside the BASIC program (replacing REM line). So this program MUSTN't be merged and the START BASIC pointer can't be changed. You were warned ;-D
gfx.dat14320 Octets | grab1.png2650 Octets | grab2.png2563 Octets | level4.bas3188 Octets |

First of all, load and run Loader.bas ; it will load from the RS-232 2 set of data (files first.dat and second.dat. Then load level5.bas.
: binary data are loaded in &2700->&27C5 and &4E20->>&5527.
Loader.bas887 Octets | first.dat2022 Octets | grab1.png2025 Octets | grab2.png2622 Octets | level5.bas1574 Octets |
second.dat19820 Octets |
