thadunge2 / AIDungeon

Other
51 stars 32 forks source link

Add autosave, overwrite save file by default #71

Closed marktaiwan closed 4 years ago

marktaiwan commented 4 years ago

Some users encountered issues of losing their game progress caused by crashes or colab disconnects. The ability for the game to autosave could mitigate this.

This pull request adds a setting toggle to automatically save the game after every action or command.

In order to avoid generating excessive save files, the saving behaviour had been changed to overwrite existing save files by default. A new save file could be created by using /save and choosing the desired option from prompt, or by supplying a save name using /save [name].