Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,848

    Re: problem with a maze program

    Some more suggestions:
    Add a toString() method to the Coord class that returns the row and col.
    Then you can just use the variable for the Coord object in a println to show its values.
  2. Replies
    6
    Views
    1,848

    Re: problem with a maze program

    Three suggestions:
    1)Define a final variable with the value 'O' and use that instead of hardcoding 'O' in all the places you are using it
    2) Replace the test for a free square in the maze with a...
  3. Replies
    6
    Views
    1,848

    Re: problem with a maze program

    Cross posted at problem with a maze program - Java | DaniWeb
  4. Replies
    6
    Views
    1,848

    Re: problem with a maze program

    How is the logic supposed to work?
    What are the meanings of the letters X and O?
Results 1 to 4 of 4