All Questions
1 question
2
votes
1
answer
459
views
Safe objective multiplayer game state with multiple threads
I'm building a multiplayer card game with Python, gevent and django-socketio and I'm wondering about the best way to maintain state on things, bearing in mind that there'll be multiple clients ...