PyEGE
A 2D game engine for Python designed to be easy for the users to connect to each other to play games together.
Install / Use
/learn @martno/PyEGEREADME
PyEGE 0.1.5 Martin Nordström 2011 http://pyege.squarespace.com/ http://github.com/pyege/PyEGE
Play online: Open the file chatClient.bat and login to the server. To register an account press the button Register.
Connect using a facilitator: This is used if two players have problem connecting to each other. A third user must open the file startFacilitator.bat from cmd and two players can then connect to this server by specifying the facilitators IP when connecting through the chat client. Hopefully the two players will be able to connect.
Start offline game: Open the file playOffline.bat from cmd.
Test multiplayer locally: Start two instances of localPlay.bat. Start the server before the client. Type 's' and hit enter to start the server. Similarly start the client by typing 'c' an press enter.
The game that is executed is game.py
The API is found in api.txt
The license of this project can be found in license/lgpl-3.0.txt
Information of the dependencies can be found in dependencies/dependencies.txt
