-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement Game Over on Snake Biting Itself #4
Labels
Comments
Karanagarwal12
added a commit
to Karanagarwal12/snake-game-js
that referenced
this issue
Mar 14, 2024
Hey @ANKITy102 and @rootCircle , I have fixed this issue. Please review the pull request. |
Closed
akshita-86
added a commit
to akshita-86/snake-game-js
that referenced
this issue
Mar 17, 2024
anadimehta
added a commit
to anadimehta/snake-game-js
that referenced
this issue
Mar 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Currently, the game only ends when the snake collides with the boundaries. However, to enhance gameplay realism and challenge, update the game logic to trigger a game over when the snake bites itself.
Tasks:
Resolution:
Solve the tasks outlined above and submit a pull request referencing this issue ID (#ISSUE_ID) with a screenshot or video demonstrating the implemented feature.
The text was updated successfully, but these errors were encountered: