Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save/load #34

Open
cdegroot opened this issue Feb 21, 2012 · 6 comments
Open

Save/load #34

cdegroot opened this issue Feb 21, 2012 · 6 comments

Comments

@cdegroot
Copy link

(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.

@cdegroot
Copy link
Author

(update - just took a quick stab at Save. Of course, need Load to actually test it...)

@ghost
Copy link

ghost commented Feb 21, 2012

+1 i think thats one of the first things we have to do :D

@oncet
Copy link

oncet commented Feb 21, 2012

+1

@zorro300
Copy link
Contributor

+2

@cdegroot
Copy link
Author

https://github.com/cdegroot/Catacomb-Snatch has my hacking so far - Save seems to work, Load maybe tomorrow. Feel free to steal the patch :)

@zorro300
Copy link
Contributor

+11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants