Closed wattahay closed 8 years ago
It might be worth using 'u', 'i', 'j', and 'l' to resolve this, so that the right hand can be used as with the old game.
or of course 'o', 'k', 'l', and ';'
this might require too much crap.
Moving to ncurses is another option, but once again a lot of crap for little reward.
replaced the inkey function with curses objects and getch
the inkey function accepts 1 character input, and the arrow keys are read as a set of multiple characters.
Find a new method for accepting keyboard input that allows the usage of arrow.
There's a huge potential for great regression if a solution to this problem is found.