Answer the question
In order to leave comments, you need to log in
What to use to store game data?
Hello!
What do developers typically use to store game data?
What is better to use for an RPG game where you will need to store a lot of items?
I'm thinking about SQLite. Is this the optimal choice?
Desktop game.
Answer the question
In order to leave comments, you need to log in
If we are talking about a desktop game, then SQLite is quite suitable. It is quite suitable even to keep all the data directly in the code, the database is needed mainly for complex selections from a large amount of data. If you have a hundred items, then without a database, it is quite possible that it will be even faster.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question