views:

49

answers:

1

looking for a python multiplayer game server project. just trying to learn more and i love to game

A: 

Well I started on something simple here. It's written with pygame and Python's socket module. You could fork/learn from that.

Presently multiple players can login, move around, and do basic chat communication. There's also a goblin that chases the nearest player.

Matt Joiner