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??
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??
Comment