I am designing a map game, using PHP and MYSQL. I don't know how to make the players who sign-in to the website to see other players who are also connected to the site and be able to chat with one another.

I want to design the game in such a way that 2 players can play with each other and be able to send messages during the game while others groups are playing at the same time.

I have designed the map game successfully, but the problem is making the player 1 who log-in to site to see the player 2 who will also log-in and both can get connected to play each other. I will appreciate your responses.

http://i.stack.imgur.com/YyCPG.png enter image description here

link|improve this question
5  
Way too broad a question. – Marc B Oct 11 '11 at 18:32
Consider asking this at gamedev.stackexchange.com, as it's a general game-development question rather than a specific programming question. Thanks! – Dan J Oct 11 '11 at 18:41
@djacobson Thank you so much – Alireza Seifi Oct 11 '11 at 18:43
feedback

closed as not a real question by Marc B, Dan J, Tim Cooper, Robert Harvey Oct 12 '11 at 2:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.