Tagged Questions
6
votes
2answers
245 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 ...