0

I'm looking for a python multiplayer game server project. I'm just trying to learn more.

Sergey K.
  • 24,894
  • 13
  • 106
  • 174
user420154
  • 47
  • 1
  • 6

1 Answers1

5

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
  • 112,946
  • 110
  • 377
  • 526