You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Once I had the game declare "YOU WIN!" (the context was something like "you live happily ever after) and automatically save state for me. And once I had it declare
You win!
You win!
You win!
like 10 times, but it didn't save the game state. (I was assuming the first was a win, and the second was just something it said.)
But more interestingly, what is the condition that leads the game to detect a win? I noticed after the second kind win (where it repeated itself) that everything I did thereafter, it would just echo back to me:
> Invent penicillin.
You invent penicillin.
> Knit the Statue of Liberty in Spanish.
You knit the Statue of Liberty in Spanish.
(I'm making that up -- I don't remember what the actual input was, but that's the process that was happening.)
The text was updated successfully, but these errors were encountered:
Once I had the game declare "YOU WIN!" (the context was something like "you live happily ever after) and automatically save state for me. And once I had it declare
like 10 times, but it didn't save the game state. (I was assuming the first was a win, and the second was just something it said.)
But more interestingly, what is the condition that leads the game to detect a win? I noticed after the second kind win (where it repeated itself) that everything I did thereafter, it would just echo back to me:
(I'm making that up -- I don't remember what the actual input was, but that's the process that was happening.)
The text was updated successfully, but these errors were encountered: