ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

Change auto saving to occur every turn #133

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

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.