PongClone - 3.1
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 is a small pong-like game with twoplayer or singleplayer modes. It attempts to have all code, images, sounds, etc. in one source file.
I haven't implemented sound yet, but am working on it.
This release has 4 extra lines of code that prevent the ball from randomizing its speed to 0.