Skip to content

boatx/pyPlatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages