aref-asadi / number_guessing_game

An enhanced number guessing game built with Python and tkinter, now featuring difficulty levels, a countdown timer, and a game menu! In this game, players can select their preferred difficulty level, which affects the time limit for guessing the number between 1 and 100.
GNU General Public License v3.0
0 stars 4 forks source link

Add High Score and Record Tracking #4

Open aref-asadi opened 4 days ago

aref-asadi commented 4 days ago

Description

Implement a system to save and display high scores, such as the fewest number of attempts and fastest completion time. This feature will motivate players to improve their performance and offer a way to track personal bests.

Proposed Functionality:

Benefits

Additional Notes

Consider using a simple file (e.g., JSON) for local storage or a lightweight database if planning to expand the functionality in the future.

bastienlogeot commented 15 hours ago

i can do that! :))

TheMrQ commented 14 hours ago

I added the highscore !