I have a class Unit. It’s contains other classes i written, for example BasicClass.
When the battle begins - first and second players sends 5 Units to server, and server sends player2’s units to player1 and player1’s units to player2
Can i send a Unit to server?
And is there a java turn based game networking tutorials? I have troubles with this kind of games.