0
Answer

2-player Game Interaction

Photo of Steve

Steve

16y
2.7k
1

I'm trying to write a two-player game in VB.NET that can be run on two separate networked computers.  How do I get the two computers to interact with each other?  For instance, if I push a button in the game on computer A, I want the game on computer B to know that button was pushed, and execute some command.  Any help would be appreciated.  Thanks!