boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
206 stars 33 forks source link

Added autosave on window close, argparse arguments for saving and support for old save files #2

Closed ghost closed 11 years ago

ghost commented 11 years ago

Added autosave on window close, argparse arguments for saving and support for old save files. Autosave is on by default, but you can change it from command line arguments. It is also possible to change save file name and load another file. Loading older saves is also possible without any errors (only with loading default parameters where needed).