advenjure icon indicating copy to clipboard operation
advenjure copied to clipboard

Allow function instance instead of symbol

Open facundoolano opened this issue 8 years ago • 1 comments

The reason why a symbol is required is that it would break the save/load serialization of the game state if function values are used instead.

Look into making a serializer that knows how to do it?

facundoolano avatar Oct 16 '17 02:10 facundoolano

This could maybe be achieved by reimplementing the way save/load work. Instead of trying to save the state, keep track of all inputs of the user, and reproduce them on each load (without showing the actual output).

facundoolano avatar Oct 02 '18 15:10 facundoolano