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
Currently, the Snake game lacks a scoring system. Implement a scoring mechanism to track points earned when the snake consumes food. Additionally, maintain the highest score achieved using local storage.
Tasks:
Implement scoring logic and display the current score.
Track and display the highest score achieved during the session.
Ensure persistence of the highest score using local storage.
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:
Description:
Currently, the Snake game lacks a scoring system. Implement a scoring mechanism to track points earned when the snake consumes food. Additionally, maintain the highest score achieved using local storage.
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: