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
The puzzle can get stuck in an infinite loop at the end,
we can maybe find some way to alert the user about it, or stop animation if such an end is reached.
Or sometime we reach an end in which no further animation is possible, but the animation still continues.
Example
Infinite Loop
Standstill end
Solution
We have to store the grid pattern and compare it to the next pattern for each frame to see if there are any new changes or not, and if there are no changes then it creates a alert box or just pauses animation.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
The puzzle can get stuck in an infinite loop at the end,
we can maybe find some way to alert the user about it, or stop animation if such an end is reached.
Or sometime we reach an end in which no further animation is possible, but the animation still continues.
Example
Infinite Loop
Standstill end
Solution
We have to store the grid pattern and compare it to the next pattern for each frame to see if there are any new changes or not, and if there are no changes then it creates a alert box or just pauses animation.
Record
The text was updated successfully, but these errors were encountered: