All Questions
3 questions
0
votes
0
answers
505
views
Python TCP Socket is too slow for my multiplayer game on a real Network
I have coded a drawing & guessing game simular to skribble.io and I'm using a TCP Socketserver for providing the game information to all connected players. On the client side is a thread running ...
1
vote
1
answer
24k
views
TCP Server/Client: [Errno 32] Broken pipe
I am trying to create a simple multiplayer mode for a little game using python. What I want to do is sharing the position of each player connected to the server. Right now though I am stuck struggling ...
1
vote
1
answer
988
views
Multi multiplayer server sockets in python
I am trying to create a multiplayer game for iPhone(cocos2d), which is almost finished, but the multiplayer part is left. I have searched the web for two days now, and can´t find any thing that ...