Hi all,
I want to develop an online multiplayer game for iphone.
I have developed two iphone applications but they weren't games.
so This is my first game .
so Basically I know nothing about how online multiplayer games works on iphone.
I just want to know the strategy , beginner's precautions and other design elements that helps me in understanding multiplayer games in iphone .
e.g.: If there is an online casino game (not bluetooth) ,how the connections and sessions work between all players.How they manage turns , results .
EDIT I have put these questions separately also as suggested by Brad Larson and ChrisF :
How the game will search for other online users and will display the list of all users ?
How one can request someone to join the game and then visible to other users ?
How the connection and session will work between players of a table ? (Sockets ?)
What sort of network programming is necessary as part of the server and client ?
please tell me how all these works ? ( Just concepts )
Thanks .