frame lock networking
- by kochol
I'm developing an RTS game and I want to add multiplayer support to my game.
I picked the easiest technique to implement for start frame locking technique.
I used server client networking architecture (I think it's my first mistake I think using peer to peer is a better one for this)
On game update every clients send their commands and maybe…