I'm making a Tic Tac Toe game in Android with three options:One player, two players and multiplayer.
The first two options were easy to make but I'm having A LOT of troubles with the last one, I have no idea what to do.
I am a beginner java programmer and I've never worked on networking with java, I know some basic things like MySQL and web stuff but I dont think it has anything to do with android.
So my questions are:
- Do I have to use a server for this type of game? how and where do I find servers for this?
- What do I need to learn in order to have the knowledge for developing multiplayer games?
- Is it possible to make players play with other random available players? just hit play and be ready to go.
- Can you recommend me some good guides that could help me?
Thank you very much !