I got a simple game where you move around a painted background. Anyway, moving the character on the background is easy enough, but getting it to do it with a remote client is a bit tricky. I THINK the variables needed would be location(x, y) and which way the char is facing. I am very new to tcp programming and looking for any advice or pointers before i start the coding process.