All Questions
Tagged with synchronization python
1 question
4
votes
2
answers
3k
views
Game clock Synchronization in python
I am working on a network game project in python which we want to keep synchronized. I would assume we should use Network Time Protocol to cater for different levels of lag.
That being the case, is ...