Hi all!
I am workin on a multiplayer game for my college. The idea is to create a simulation-based environment that resembles a trading scenario.
e.g: Say there is a server where the game is running. Their are around 10 clients, each representing trading teams. Now, I want to divide the entire trading exercise into 4 quarters of 15 mins each, so the total game time is 60 min.
Does anyone have any ideas on how to ensure from the server's end that the game begins at EXACTLY the same time on all the machines? Maybe something like a button that one can click to start the game for ALL clients together, once they are logged in.
I am not expecting the full code, just a push in the right direction 🙂
P.S. I hope I don't sound like too much of a noob, but I am new to this.