Name: Boing
Plataform: Commodore 64 + disk drive.
Programming language y tools used: Sprite BASIC, DirMaster, Disk Maintenance.
Author: Pablo Roldán
Description: Pong style game for 1 or 2 players, with powerups.
How to use:
-To load:
LOAD”*”,8 <RETURN>
RUN <RETURN>

To objetive of the game is obtain 5 point before your opponent.

You get a point by sending the ball beyond your opponent paddle.
At random times, a powerup will appear at the center of the game zone.

There’s 4 power-ups:

Slow ball: Slows down the ball for a short time, the ball color changes to pink
Fast ball: Speeds up the ball for a short time, the ball changes to red color.
Curve ball: The ball takes a parabolic path, instead of straight for a short time. The ball turns purple.
Wide paddle: Make the last paddle to touch the ball double the normal width for a short time.
To see the game source code:
LOAD”SPRITE BASIC”,8<RETURN>
RUN<RETURN>
LOAD”BOING”,8<RETURN>