I have a very tough problem- how do you make an icon/character move across a console screen?
For example, if I press W,
+++++
++E++
+++++
Then I press D
+++++
+++E+
+++++
And I want it to be like the CHOICE command in CMD- Without requiring the user to press Enter. Any help would be appreciated! Thanks!