Hello.
I want to implement saving and loading (from file) in my game that uses Kev’s Slick engine
I searched the forums, googled and found nothing useful…
So I am wondering what is the simplest way?
a) serialize all my objects for save and deserialize for load
b) manually save data in some file, like xml, and restore it manually by parsing
c) something else…
Any suggestions?
