Home / Source-Code
Name Modified Size InfoDownloads / Week
Parent folder
PyPong-V1.1.py 2012-01-21 5.0 kB
PyPong-V1.0.py 2012-01-17 4.8 kB
setup.py 2012-01-17 422 Bytes
Totals: 3 Items   10.2 kB 0
README


READY TO RUN

Folder "Executables" contains all the stable releases of the game for both 32/64bit systems
The precompiled executables don't need any file more to work


SOURCE CODE

Folder "Resources" contains all the additional files the program need to work (images...)
For the python source files you need to check the Source-Code folder
Be sure to download files from "resources" and put them in the same directory as the python script or it won't work
!!!IMPORTANT!!!
In order to run the python source files you have to download Python(http://python.org/getit/) and Pygame(http://www.pygame.org/download.shtml) version for your system; -be sure the Pygame version uses the Python version you installed(ex. python 3.2 for 32bit-->Pygame for python 3.2 32bit)
-this program will run only with Python 3.0 or higher (tested only with 3.2 so any feedback for 3.0 and 3.1 is appreciated)
-be sure you have all files (.py and resource files)in the same folder
-be sure you run python from CMD PROMPT and that you are in the same folder of the files(use "cd folderwherethefilesare" (without the quotes))


CHANGELOG

V1.1:
-Added sound effect on rebound (download "rebound.wav" from "Resources" folder to play it)
-Source Code only update, executables will stay on V1.0 until major update

V1.0:
-First stable release of PyPong
Source: README.txt, updated 2012-01-21