All Questions
2 questions
2
votes
0
answers
176
views
Does the latest version of Python have libraries for easy host/server connections? [closed]
We're working on a turn-based multiplayer Risk-type strategy game in Pygame, and I was wondering if there were any pre-existing libraries like PodSixNet that worked for Python versions 3 and up that ...
3
votes
1
answer
2k
views
Python or C server hosting for indie development
I've written a lot of the game, but it's singleplayer. Now we want to join up and play together.
I want to host it like an MMO, but haven't got any personal ability to host (no static IPs or direct ...