This is a very simple simulation of a car racing around a track done
with inform6. You'll need an interpreter of the z-code that supports
real-time key reading and action.

You control the car with the arrow keys:
	   up = accelerate
	 down = brake
	 left = turn left
	right = turn right

Also if you want to end the 'race' you can press the spacebar,
to return to the begining.

I've included two files. Cars2.z5 and Cars3.z5. The first one
prints the track in the normal window, and lets it scroll down.
This may give trouble, so I've done the second one. It prints
the track on the status window (resizing it first) without
scrolling it down. It looks better, but I don't know if it
will work on all the interpreters...

That's all, and of course, comments are welcomed :)

Jorge (trozo@mad.servicom.es)