I'm learning Bash Script and now want to make a simple console game just using pure Bash without external libraries. But I'm just wondering how to make buttons and attach some key presses like the Enter key for users to make some app's logic events.
Would anyone suggest or give me some resources to achieve this?
