Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    1,758

    [SOLVED] Re: Tile puzzle game getting tiles to move (help)

    Glad you got a solution.
  2. Replies
    7
    Views
    1,758

    [SOLVED] Re: Tile puzzle game getting tiles to move (help)

    You need to add println() calls to all the if statements, not just a couple of them
    and one println first thing inside the if when the empty slot is found.
    The messages should say what kind of move...
  3. Replies
    7
    Views
    1,758

    [SOLVED] Re: Tile puzzle game getting tiles to move (help)

    Try debugging the code by adding some println statements that print out the values of the variables used to control the moves the code makes. What are the indexes into the array for the from element...
  4. Replies
    7
    Views
    1,758

    [SOLVED] Re: Tile puzzle game getting tiles to move (help)

    Can you explain what "don't work" means?
    What happens when a down move is chosen?
    what happens when a right move is chosen?
Results 1 to 4 of 4