PongClone - 4
A simple Pong clone.
Hayden Dennison
(hidas)
This small game uses pygame.draw() for every game object except for the fonts and display. It should work on any operating system that supports pygame and python. (no os.path.join!) It's released under the GNU General Public License.
Changes
PongClone has gone through a few updates, the most noticeable of these sound effects. It also uses my own custom menu system, SimMen.
The collision bugs have been fixed, also.