Tagged Questions
6
votes
2answers
246 views
What is an elegant way to localize level data?
I'm writing a simple android game. I planned to store all levels in xml files that contain info about level, including a level_name field. The Level class would load an appropriate level by parsing ...
5
votes
3answers
330 views
Game testing on Android - emulator or real devices?
I am working at a localization agency and we have been approached by a client about testing their games on iOS as well as Android. Testing on iOS seems fairly easy as we can just buy a couple of ...