Tagged Questions
0
votes
1answer
263 views
Multiplayer Game Data Serialization Problems
I want to create a simple game that can be played with one to two player. I plan on using TCP sockets, Farseer Physics, XNA, a BinaryFormater and a Memorystream.
as far as i know i can't do the ...