Create a python GUI program entitled: Guess The LOGO game
It is same as game found in playstore and appstore that require the user to enter the full logo name with the help of device keybord.
Flow of game: user can guess the logo by entering corresponding combination of letters to have a validation I’m going to use phyton input validation for the correct and only correct answer, hint function will reveal few information about the logo like when it launched or who owned it hint encrease every 3 consicutive answer is correct. For the prototype make at least 10 sample level.
Data structure to incorporate:
Linked list
hash map
Array