does someone have a sample code/tutorial on how to build a basic network interface for a simple multiplayer game?
I am practising on making a bomberman game and I would like to do the multiplayer through TCP/IP
I want to know how I can let people connect to a server and have them sent their location to the server, and then have the server send all the locations to all the other players. That shouldn’t be too hard to start with right? For now all I need is how to transfer all the player positions to each other.