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 players to save progress, so they can come back later #7

Open
jschlot opened this issue Mar 27, 2017 · 0 comments
Open

Allow players to save progress, so they can come back later #7

jschlot opened this issue Mar 27, 2017 · 0 comments

Comments

@jschlot
Copy link
Owner

jschlot commented Mar 27, 2017

While in it's basic design, we can always come back, we end up with weird stats bugs.
For example you complete a story, then go back over it again, and can get double credits.
But we can't reset when you go over it, because our scores were computed in aggregate over each choice.

Either:
get scores from a selector like we used to, so it won't matter what the score was, because it's actively computed, or figure out of to force a recompute when we revisit stories, or figure out how to not let an episode be replayed.

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

No branches or pull requests

1 participant