Question

i just made a standalone game in flash and it has a user interface (stores the name and scores of the user). what is the best database software in a standalone program that i can use. and how can i make it an installer so that i can give it to my friends. thanks

Was it helpful?

Solution

You could try PostgreSQL (it's free), but you should consider if you really need a database.

Based on the description you have provided it seems to be a bit overkill if you just want to store the user's names and scores.

It would probably be easier to just write the scores to a file (such as a comma-separated list (CSV) file).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top