I'm writing a turn based game. Imagine, for example, a chess game. I got all the logic done for 2 players in the same computer. But now I want to make it for 2 players online. My considerations are:
-The game is just for 1player vs 1 player.
-There're 2 teams. Players from team 1 will be playing against players from team 2.
-I need match making!
-All player will login into the same server, and the server will control the movement process, save high-scores, etc.
What's the best solution or...
Best solution for turn based game?
-The game is just for 1player vs 1 player.
-There're 2 teams. Players from team 1 will be playing against players from team 2.
-I need match making!
-All player will login into the same server, and the server will control the movement process, save high-scores, etc.
What's the best solution or...
Best solution for turn based game?