Yes, it's another version of the classic bike game of Tron. Two players each guide a different coloured track around the screen. They have to try and crash the other player into a bike trail. J. Fox-Geen wrote this program. Player one uses z and x to turn left and right, player two uses < and >. Program Notes : Lines 40-80 get the screen up and running, lines 90-270 run the game, and the final few bits announce the winner. A fair example of a tightly written game - but notice the huge amounts of statements to work out the new coordinates from 100-250. AA#37 |