Hey guys. I create a post already here, but after I found that Board. :
I am creating a Java 4 players turn-based game for Android but i haven’t create a server again in my life so I have some questions.
I have already wrote the code and is playing fine in Java @ my PC. Now I have to write it for Android and create the server and the connection with the clients.
I did some research and I think that I need a Java server, to check for inputs, but what else should I have my mind before starting writing the code?
The game should be running only in server? What the client should have in?
I have some medium experience in networking but all from college and nothing more.
I appreciate your help. Thanks for your time.