Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow function instance instead of symbol #29

Open
facundoolano opened this issue Oct 16, 2017 · 1 comment
Open

Allow function instance instead of symbol #29

facundoolano opened this issue Oct 16, 2017 · 1 comment
Milestone

Comments

@facundoolano
Copy link
Owner

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 facundoolano added this to the backlog milestone Oct 16, 2017
@facundoolano
Copy link
Owner Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant