py-pong - n/a
Simple implementation of pong for pygame.
Jotham Read
(jotham)
Simple implementation of pong for pygame. Aimed at showing new pygame users how to solve various problems when building a game. Has basic AI, shows how to make a simple input system for handling different key configurations and the mouse, a numpy based pixel effect, good collision detection, sounds, and I have tried to keep it mechanically as faithful as possible based on my research into the original pong game.