I have made a game named Two Dice Pig
in java. The game has a simple GUI interface showing two dice faces as well as both players scores and names. The game starts with the simple dialog message asking for both players' name and the game starts. Both players interact with only one GUI interface and play as their turn come. The game is completely coded. Now, what I want is to make a server (For now I want to try it on my local server)
and both players should get their own GUI. And when a player A is playing, player B should not be able to do anything with the interface. I hope it clears. It's my networking project, but I don't have any idea how to do that. Any help would be greatly appreciated.
Note: I want to apply the same idea as
this man applied. Just watch only for 15 seconds. Thanks!
,