Pygame platformer playground. Multiplayer client and server architecture.
To run pyPlatformer locally:
python main.py single
To run server:
python main.py server --host 127.0.0.1 --port 8888
To connect to server on 127.0.0.1:8888 :
python main.py client --host 127.0.0.1 --port 8888