+ 4
How can you make a game that can save data?
I can use Linked List, but I can't use it
4 Antworten
+ 3
In Java? You would need to save to files then get that back when the game starts again. It’s in the last module.
+ 2
Try either files or implementing db's.
+ 1
Thanks for your help.
- 2
Umm I don't know