ryancwilliams / StarwaysOLD

A open source "Clone" of the freeware 4X game Aurora written in Java
4 stars 1 forks source link

Create save system #6

Open ryancwilliams opened 11 years ago

ryancwilliams commented 11 years ago

Create a system that can save and load games.

ryancwilliams commented 11 years ago

I am looking into using JAXB for the save system. Using this would make representing objects inside of the safe files automatic.

A good tutorial I found for JAXB is at http://www.javacodegeeks.com/2013/02/jaxb-tutorial-getting-started.html