Carrera 3D - Turbo BASIC XL Game in ten lines --------------------------------------------- Instructions ------------ Load the game (carrera3d.lst), type RUN and wait about 50 seconds to play. Press any key to start a new game. This is a simple racing game, steer your car with the joystick to avoid going out of the track. The score is the distance traveled in a fixed amount of time. The car is always accelerating when inside the track. At the middle of the screen, the two numbers are the time so far and the distance traveled. About the game -------------- This game is in the "PUR" category, with all lines of 119 characters or less (to avoid breaking the rules by counting the EOL at each line end) :-) I started experimenting with drawing a pseudo-3d track in BASIC and planed to add more gameplay elements, but the drawing logic used almost all of the available space.