How to create multiplayer algorithms

0

Hello stack overflow friends ... I am a beginner game programmer, I am working on a new project that has multiplayer via wifi local network, but I do not know what to do ...

    
asked by Gianfranco Campos 15.01.2018 в 05:08
source

1 answer

0

If you are a beginner, I recommend that you study the basics. Once you can create quality games in offline mode you can take the next step. But anyway if you want to skip the steps of learning (which can bring you problems with your development due to lack of knowledge) I recommend Unity Engine, that has a multiplayer that can be customized, when you enter the engine, in the part top right there will be a menu where the multiplayer option will be. You give, you accept the EULA, choose how many players you want in each lobby (maximum 20) and read the documentation to know how to put it.

Greetings.

    
answered by 15.01.2018 в 05:51