Search:

Type: Posts; User: Shzylo

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,646

    Re: Java User-Input bug (not continuing); NOVICE

    The dots is part of the Println method. The value of direction is n/a
    public static String direction = "";

    It would help if you look at my code: Shzylo's Text Adventure.ZIP

    don't type 'help'...
  2. Replies
    11
    Views
    1,646

    Re: Java User-Input bug (not continuing); NOVICE

    The direction not recognized is everything besides "north, south, east, west" capitalization not affected.


    The invalid value i always type is 'no' to test loop.


    int x = 0;
    int y = 0;

    no...
  3. Replies
    11
    Views
    1,646

    Re: Java User-Input bug (not continuing); NOVICE

    All I did was edit the main class, so here it is:

    Main.java


    package main;

    public class Main extends Variables {

    static int x = 0;
  4. Replies
    11
    Views
    1,646

    Re: Java User-Input bug (not continuing); NOVICE

    I have fixed the bug by putting the IF_ELSE statement inside of a do-loop.
    I have another bug that will consist of a loop, but I don't know how to do the loop correctly, or what loop

    It will...
  5. Replies
    11
    Views
    1,646

    Re: Java User-Input bug (not continuing); NOVICE

    Yes, sir. There is not error file generating, it just terminates.
  6. Replies
    11
    Views
    1,646

    Java User-Input bug (not continuing); NOVICE

    Hello, I hope to be a member here a while, and as my first official post, I would like to issue my novice bug. I know, you will find it extremely easy. I am trying to make a text-adventure as my...
Results 1 to 6 of 6