Tagged Questions
5
votes
2answers
785 views
Turn-based Client-Server Card Game - Unicast (TCP) or Multicast (UDP)
I am currently planning to make a card game project where the clients will communicate with the server in a turn-based and synchronous manner using messages sent over sockets. The problem I have is ...
2
votes
1answer
5k views
Java multiplayer cards game
I need to develop a simple multiplayer card game. For example, a poker game; this is only for study. I am going to develop it in Java.
How I can I manage communication between the server and clients? ...