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 Guess History Display #3

Open aref-asadi opened 4 days ago

aref-asadi commented 4 days ago

Description

Add a feature to display a history of the player’s previous guesses and feedback. This will help users keep track of their guesses and adjust their strategy based on past feedback.

Proposed Functionality:

Benefits

Additional Notes

Consider displaying the history in a scrollable area if the number of guesses becomes lengthy, and format it to be easy to read.