Jonathan Dean, a Sutton Coldfield resident, brings you this rather jumpy little game. Guide your bouncing ball around the screen collecting gems. Better avoid those rather nasty-looking red mines, though. The game can be played with either the cursor keys or a joystick. Left and right move you, er, left and right, while up gives you a bit more bounce. Before you run the listing, a file called 'HISCORES' needs to be saved to disk. This can be done by typing: name$="Jonny": hiscore=31: OPENOUT "HISCORES": WRITE#9, name$, hiscore:CLOSEOUTAA |