Logo Quiz Game

Hi guys, i want to make logo quiz game. What would be the best way to do it? Should i use database for storing the levels data or xml file? Please give me your ideas, suggestions :slight_smile:

I just store the data using GGData or more recently DMC AutoStore, these libraries save and retrieve lua tables using json.

I create the level data in excel and use an excel formula to create the lua tables and paste directly into a data.lua file. 

http://forums.coronalabs.com/topic/25678-logos-quiz-corona-template-now-available/

I just store the data using GGData or more recently DMC AutoStore, these libraries save and retrieve lua tables using json.

I create the level data in excel and use an excel formula to create the lua tables and paste directly into a data.lua file. 

http://forums.coronalabs.com/topic/25678-logos-quiz-corona-template-now-available/