Multiplayer game using UDP: How do the players get to know each other? -


i'm making multiplayer mode game , decided use udp.

since data sent p2p, between players, have no server.
how players know each other in first place?
need server dedicated job or there other way?

thanks.

there's several ways can this.

  1. you use server dedicated it.
  2. you let users enter in ip address player.
  3. you use bonjour.

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -