Please pardon me if this has been asked before, but I’m wondering if there are any good open source multiplayer games for Android. What I’m trying to get is a game that where network latency is important (for example, multiplayer FPS games).
I came across mages game engine, but it doesn’t seem like it has some demo games. I would like to avoid developing the game if possible, since my focus is on the network part, ie. to see how poor network can affect multiplayer games.
Thanks a lot!
Edit: I just found out about andengine. Seems like it supports multiplayer gaming. I would be really grateful if anyone can point me to an implementation of a multiplayer game (if any). The example in the andengine is not really suitable for me.
I ended up modifying andEngine. I stripped out the multiplayer part and made it a normal desktop java application running in the cloud.