I'm struggling with trying to find a way to implement basic arrow-key movement in a console window. I have come across a C# script which simply uses a switch statement and some variable's, but my teacher insists on using Java.
From some other threads the answers all seemed to say that it's not possible in Java unless you install certain (correct me if im wrong) "frameworks" like JNA and/or Jline, but as a beginner i have no idea what those things even mean.
Now before you say my teacher is an idiot for thinking we could do that, he never said it had to be arrow-key movement, i just thought it'd be cool :)