Client/Server Question!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • littleIO
    New Member
    • Apr 2008
    • 5

    Client/Server Question!

    Hi,

    Im making an online client/server card game. The idea is to have a server running on one machine, controlling players, moves, card deals, scores etc... with the clients asking for the server to send them information on their every move.

    Even though most of the application is ready, my only problem at the moment is how to implement the constant notifications on one of the clients to the other clients at each time while awaiting for their move.

    Any ideas??
  • mattmcgregor
    New Member
    • Apr 2008
    • 2

    #2
    Are you asking how the clients get notified of other client plays? or how to clients notify the server of their own plays?

    Comment

    Working...