We (I and Nagn) will take interest and participate in such a project.
We were deciding on C++ with the 2dbox enginesrry L.
NOTE THAT YOU'RE GOING TO HAVE TO INSTALL PYSFML. SINCE THIS IS AN UNSTABLE LIBRARIES, EASY TO DISTRIBUTE WAYS TO INSTALL IT IS NOT AVAILIBLE (atm).
Installers should come soon! But they're not here yet
HOW TO RUN PyGG2 ON WINDOWS1) INSTALLING PYTHON 2.7Download
Python 2.7Install it to "C:\Python27".
Go to "controlpanel>System>Advanced>Environment Variables".
In the "System Variables" box, click on "Path", then click "Edit".
In the "Variable Value" box, add to the end: ";C:\Python27;C:\MinGW\bin".
Click OK, then OK again in the system menu.
2) INSTALLING PIL, PySFML AND MINGWDownload and install
PILDownload and install
PySFMLDownload and install
MinGW3) INSTALLING PYGG2 AND BITMAP EXTENSIONDownload and unzip:
PyGG2Move the folder to My Documents and rename it to "PyGG2".
Go to command prompt (start>accessories>command prompt) and type "cd " (with a space after cd).
drag the PyGG2 folder into the command prompt window and press enter.
Type in "python make.py build" and press enter.
After it is finished, exit command prompt.
4) MAKING PyGG2.batGo to notepad (start>accessories>notepad).
Type the following, but change <USER> to your computer's username.
cd "C:\Documents and Settings\<USER>\My Documents\PyGG2"
python make.py testclient (for launching the client)
Click file>save, and in the "File Name" box, type "PyGG2client.bat", and set the "Save as Type" box to "All Files".
Save it wherever you like.
Create another notepad file
cd "C:\Documents and Settings\<USER>\My Documents\PyGG2"
python make.py testserver (for launching the server)
Click file>save, and in the "File Name" box, type "PyGG2server.bat", and set the "Save as Type" box to "All Files".
And you're done! Whenever you want to run PyGG2 client, you just have to open PyGG2client.bat, but make sure to run PyGG2server.bat first
If you want to update PyGG2, just repeat delete the PyGG2 folder in My documents and repeat step 3.
-Orpheon: Updated it a bit-