kerrambit / InterStellar-Pong

A terminal-based resource-collecting Pong game.
1 stars 0 forks source link

terminal.c - process_command() - Add other keyboard buttons and warning message #19

Closed kerrambit closed 1 year ago

kerrambit commented 1 year ago

terminal.c - process_command() - Add other keyboard buttons

The terminal should be able to read other commands such as ARROW UP and DOWN that will display commands from history. Besides that, other invalid buttons should be cleverly ignored so they do not cause problems.

kerrambit commented 1 year ago

Note to ARROW UP and DOWN: this functionality is now postponed and will be discussed if is is going to be implemented.

kerrambit commented 1 year ago

Done.