ios - Xcode Mass Multiplayer (Not What You're Probably Thinking) -


okay make game, i'm trying not divulge requires of level in game playing able see each other in sort of mmo style not really.

for example:

suppose have players bob, mary, , rob. suppose bob level 4, mary level 6 , rob level 4. these shown in leaderboards way. bob , rob , else level 4 , playing see each other in sprite kit seen. mary off other level 6's.

i have little idea of start this. questions are:

  1. should use xcode or better off using unity?
  2. does gamecenter have capabilities or need use parse or that
  3. and also, please point me in right direction far concepts of how work?

if can answer of awesome!!!!! if not that's cool too! in advance!

  1. xcode ide , unity game-engime.

if need create own game since beginning, should use ide. long , sometime difficult. game-engime, big part of game programmed (physic, 3d animations...) can focus time program game.

  1. game center share game or score. not played online.

for play online, should create own server.

  1. do know how program? in 2d/3d?

for create mmo game, must logic.

  • first, should create client.

    • the client game

    • he contain sounds, graphics, scripts...

  • second, should create server.

    • the server connected clients.

    • he contains databases (accounts, characters, hp, gold...)

so started?

when character move (from client a), send new position server. server send position client. client b know character of client , can draw tileset (in example, can draw tileset if boolean samelevel true).

take @ sockets:

http://www.linuxhowtos.org/c_c++/socket.htm

http://www.nullterminator.net/winsock.html

https://stackoverflow.com/questions/tagged/sockets%20c%2b%2b

https://stackoverflow.com/questions/tagged/sockets+c

hint - have answer @ similar questions. if programming language sometime different, give link, logic same can maybe you:


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -