The Paddleball code snippet is a simple “pong” type paddleball game. However, it does demonstrate how to implement high and low level graphics, multiple threading, key input events, and clipping regions that cause only the changed portion of the screen to be updated.
Code examples and code modules