Home / Resources
Name Modified Size InfoDownloads / Week
Parent folder
rebound.wav 2012-01-21 10.0 kB
palla.gif 2012-01-17 821 Bytes
barra.gif 2012-01-17 841 Bytes
icon.ico 2012-01-17 67.6 kB
Totals: 4 Items   79.4 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