
             *******************
             *                 *
             *  MULTI PONG 1K  *
             *                 *
             *******************
           (c) Bjoern Spruck 2002
  developed for the 1KB MiniGame Competition
using the BLL Kit of B. Schick und L. Baumstark

Release Date: 15. Sep 2002

Goal:
Try to hold the ball inside the screen as long as possible.
You control all FOUR paddles, so that is not that easy ;-)

Update:
Two Player Version.
UP/Down plays against LEFT/RIGHT
One Player uses Button A&B, one uses the Cross.

------------------------------------------------

Known differences from optimum:
- sometimes the ball flies through walls.

Problems with HANDY.EXE:
- sound is not as good as on real Lynx
- handy has problems with vbl-timing, so the
  game is _much_ slower than on a real lynx,
  even if the computer is fast enough
- collision detection slightly different
  (normaly not noticed)
- HANDY does not notice when the ballsprite
  leaves the screen. costs me some bytes to
  change the detection from hard- to software :-(
