android - How to Make a Save/Load Function For a Text RPG -


I'm making a relatively simple text-based RPG Android game I think it would be a good idea to allow players to save their game and later use it to a single place (hence it is more like saving / continuing). I think that I will need to save player names, inventory items, and of course all the decisions till now will affect the game.

What is the best way to do this? I think the name and option can be loaded into play, somehow, later in the form of variables somewhere. The inventory may be a little tricky, I've been on Android development for some time, but before that nothing was left.

Depending on the dependent programming language and any software you can use, it will depend on What is the easiest?

Usually you use the AI ​​files for what you are saving to save any information

You need more specific help from your help, I am more happy to help I am

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -