Networking Multiplayer games in Cocoa?

Posted by Conor Taylor on Stack Overflow See other posts from Stack Overflow or by Conor Taylor
Published on 2011-03-04T21:40:51Z Indexed on 2011/03/04 23:24 UTC
Read the original article Hit count: 424

Filed under:
|
|
|
|

I have made this game for Mac OS, but I realised that i need to make it better with multiplayer.

Im an experienced Cocoa developer (so please, no RTFM's) but for some reason I never even touched on networking. I was wondering how I could send game date from com1 to com2, and vice versa, over different wifi networks.

Cheers, Conor

Edit: When I say different wifi networks, I mean no bonjour. I want to be able to play the game in the US with a guy in china!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa