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.bas 3032 Octets |
level2.bas 3050 Octets |
level3.bas 3134 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.dat 14320 Octets | grab1.png 2650 Octets | grab2.png 2563 Octets | level4.bas 3188 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.bas 887 Octets | first.dat 2022 Octets | grab1.png 2025 Octets | grab2.png 2622 Octets | level5.bas 1574 Octets |
second.dat 19820 Octets |