Hi guys,
I have just started writing a word puzzle game. The issue that I am facing is that there is no way to import data easily. I have searched the forum but I cannot find anything.
I need to create an array that will hold a lot of words. How can I do this without having to painstakingly enter the data manually?
Maybe this could be added to the list of suggested features if there is a demand for it of course.
Cheers
Simon
EDIT: I know I can use AJAX for the game when hosted on a website but I am interested in developing for Android phones, so I want to include the data in a APK.