Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 357 Bytes

pyPlatformer

Pygame platformer playground. Multiplayer client and server architecture.

Usage

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