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

Games do not progress past level 2 #4

Open
kunalramharyani opened this issue Feb 15, 2021 · 0 comments
Open

Games do not progress past level 2 #4

kunalramharyani opened this issue Feb 15, 2021 · 0 comments

Comments

@kunalramharyani
Copy link

The Simon game does not progress past level 2

This is due to setting userClickedPattern = [ ] in the nextSequence() function.

The userClickedPattern.length does not match gamePattern.length in the if statement inside the checkAnswer() function after level 2, thereby triggering the else statement containing the game over screen.

This bug is easily fixed by removing userClickedPattern = [ ] from the nextSequence() function and placing it inside the startOver() function.

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