ultimate / syncnapsis

syncnapsis application and game development framework
4 stars 2 forks source link

Create galaxies (and other base data) #215

Open ultimate opened 10 years ago

ultimate commented 10 years ago

Create the base data needed to play the game, especially the galaxies

ultimate commented 10 years ago

Maybe we could use #168 or #149 ?! (This does not necessarily mean that those generators must be generic in any kind of way. It is sufficient if they may be used manually in a small Programm to generate some JSON that even may require some additional find-and-replace fixing... Keep it simple!)

ultimate commented 10 years ago

I think it would be best to create the galaxies in a separate dbunit file in order not to blow up data-base.xml too much. The easiest way to achieve this is to programmatically create and save the galaxies to the database. When done all related data (Galaxy, SolarSystem) may be exported to xml using dbunit.

ultimate commented 9 years ago

To be used in #248