I am creating a Boggle clone game and it works very well so far.
Right now it is only single player. I would like to make it so that other players can connect, and show up in a listbox, and then I can select that person and play a 3 min round with them.
What would be the best way to accomplish this?
I know a lot about VB.NET, but I have little experience with networking. In terms of a server, what would I need? I want it to be as simple as possible. All I want to send to the other person is the array of 16 letters, and I want to receive the player's score every time the timer ticks.