UGL PONG
Version 1.0
Created by Tomer Filiba (AKA Nostradamus)
thetomer@mail.com
http://bitwise.cjb.com
22-06-2002
---------------------------------------------------------------------------------------


This pong game was made in VBDOS with the fantastic UGL library. It was made so that blitz and v1ctor won't feel unneeded :-)

Anyway, it demonstrates a full pong game with simple AI (if the ball is left of the paddle, go left; if the ball is right of the paddle, go right; if the ball is going to the opposite side, go to the middle and rest). The paddle has three planes, and the ball bounces back according to which plane it has hit.


Controls:
 * ESC - exit game
 * LEFT ARROW - move player left
 * RIGHT ARROW - move player left
 * SPACE BAR - let the computer to play for you. Press again to deactivate.


Known bugs:
 * The AI is perhaps too simple, but it works. "It's not a bug, it's a feature"
 * The sounds suck, because I had to use QB's play. SOUND won't work after I install the UGL timer, and UGL doesnt have sound support yet. Blame blitz and v1ctor! :-)
 * Speaking about the UGL timer... well, for some odd reason it didnt work in this proggy, so I had to use QB's timer. But it's all fine. I dont know how, but this FPS code didnt work... the odd thing is that I have another program in which it works perfectly fine. Maybe I'll release a fixed version but dont count on it.


- Enjoy