algosup / 2023-2024-project-2-x86-retrogaming-team-7

0 stars 1 forks source link

Keys crash the program #5

Closed HiNett closed 1 year ago

HiNett commented 1 year ago

When the user uses a key other than those already assigned (1, 2, 3, B, Escape), the program no longer responds.

The program should have made sure that when a user uses another key, the program does not perform any specific action.

HiNett commented 1 year ago

All keys other than '1', '2', '3', 'B', 'Esc' will now be ignored during program execution.