I just developed a boggle game as an assessment, but I want to take it to the next level by adding not just multiplayer functionality but over LAN.
I have a basic understanding of what sockets are, TCP and UTP. What’s the first thing I would need? I would guess a server where I can sync the game progress with.
Can you help me out with tips, links?