Catacomb-Snatch
Catacomb-Snatch copied to clipboard
Save/load
(Couldn't find it in the issue list, I think it's useful to have an issue for it :-)).
My quick'n'dirty suggestion: make Level, Entity, ... implement Serializable and use Java serialization for load/save. Usually this is frowned up (slow, big files, very version sensitive), but is a simple way to add the functionality I, at least, am missing the most.
Quite busy atm, may pick this up tomorrow.
(update - just took a quick stab at Save. Of course, need Load to actually test it...)
+1 i think thats one of the first things we have to do :D
+1
+2
https://github.com/cdegroot/Catacomb-Snatch has my hacking so far - Save seems to work, Load maybe tomorrow. Feel free to steal the patch :)
+11