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
Description:
Implement a system to track and display the top 10 high scores, including the player's name, score, and the date it was achieved. The data should be stored locally or in a database.
Acceptance Criteria:
The system saves the top 10 highest scores.
Each high score entry includes the player's name, score, and the date it was achieved.
High scores are displayed in descending order of score.
High scores persist between game sessions.
Players are prompted to enter their name after achieving a high score.
The text was updated successfully, but these errors were encountered:
User(s):
system
Description:
Implement a system to track and display the top 10 high scores, including the player's name, score, and the date it was achieved. The data should be stored locally or in a database.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: