/pygameblog

Files for Python Game Blog

Primary LanguagePython

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