PlainSight / pygameblog

Files for Python Game Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%