eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

Create a common "package" format to contain a game #9

Open eonarheim opened 12 years ago

eonarheim commented 12 years ago

This would be nice for exporting games between editors. We should start a wiki page and link it here when we have a good idea of what this format should look like.

This will be crucial for shipping the "demo" game when we eventually get to that point.

eonarheim commented 12 years ago

I think java has some built-in compression libraries that we can use to create a common package type with the resources and world.xml file wrapped in. We could call it a ".game" or ".jgame" or something like that...