Pseudo Codes
Pseudo Codes
Function: load_logos()
Function: show_category_screen()
Function: next_logo()
Function: show_logo_screen()
Function: check_answer()
IF answer is correct
Increment score
Show "Correct!" feedback
Move to next logo after a short delay
ELSE IF attempts remain
Show "Wrong!" feedback with attempt count
Clear the entry field
ELSE Show correct answer
Move to next logo after a short delay
Function: show_hint()
IF hints are available for the current logo Display a random
hint
ELSE Display "No hint available"
Function: show_score()
Function: clear_screen()