Skip to content

boatx/pyPlatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 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

About

Platformer multiplayer game with client and server in pyGame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages