Tagged Questions
1
vote
5answers
1k views
Is it possible to use 3G internet for a TCP/IP game server?
I'm working on a turned based multiplayer android game with a friend.
I started working on the game server and client using socket programming.
I found a few tutorials on how to implement a basic chat ...
8
votes
2answers
948 views
Java code for client-server game on Android
I have developed a game on Android. Now I want to play it on wifi or 3G. I have game packets which I want to send form client (mobile) to server then to another client (mobile).
I don't know how to ...
-1
votes
3answers
2k views
Best Platform/Engine for turn based Client/Server Android game [closed]
I'm currently designing a turn based game for tablets. Initially for Android with porting to iOS later considered in design.
I'm having trouble narrowing down the available technologies to even know ...
7
votes
3answers
3k views
Game server for an android/iOS turn-based board-game
I am currently programming an iPhone game and I would like to create an online multiplayer mode. In the future, this app will be port to Android devices, so I was wondering how to create the ...