ChrisNeedham24/microcosm

Change auto saving to occur every turn

ChrisNeedham24 opened this issue · 0 comments

It currently occurs every 10 turns. Most games will autosave after each turn, and I think it makes sense to do the same here. It's not like the saving is particularly expensive either.

The change will need to be made in game_input_handler.py, in the lines surrounding the save_game(game_state, auto=True) call.