Skip to content

PlainSight/pygameblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Very Basic Python Multiplayer game prototype.

Currently allows players to run around a screen together.

Developed for Python 3.5.2 using pygame.

start the server by running

py server.py

then in a separate terminal start the client with

py game.py

foreign clients can join by specifying your ipaddress eg:

py game.py 192.10.1.50

About

Files for Python Game Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages