Search:

Type: Posts; User: B25Mitch

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Arrow keys to navigate a maze in a console program

    Ok. Thanks. GUI is next in my learnings.
  2. [SOLVED] Re: Arrow keys to navigate a maze in a console program

    Ah. Thanks. Then is there any way to use a scanner to read an input immediately after it is typed, instead of waiting for the press of "ENTER"?
  3. [SOLVED] Re: Arrow keys to navigate a maze in a console program

    Snowguy:

    The program is completely written. I use the scanner and .equals to do all the checks and everything. I want to know if there is a way to instead use the arrow keys.

    I found...
  4. [SOLVED] Re: Arrow keys to navigate a maze in a console program

    Sorry, but how would I do that? I want to take input from the arrow keys. I can make it so that you type "u", "d", "l", and "r" followed by enter to navigate the maze.
  5. [SOLVED] Arrow keys to navigate a maze in a console program

    I'm very new to Java, and I have checked all over the internet and haven't been able to find an easy, suitable answer to my needs.

    I'm making a small maze program, and would like to print out an...
Results 1 to 5 of 5