how should I network my turn based game?
- by ddriver1
I'm writing a very basic turn based strategy game which allows a player to select units and attack enemy units on their turn. The game is written in Java using the slick2d library and I plan to use kyronet for the networking api.
I want the game to be networked, but I do not know how I should go about it. My current idea is to connect two users…