import java.util.Scanner; public class Lab7 { public static void main(String[] args) { // TODO Auto-generated method stub TilePuzzle puzzle = new TilePuzzle(); // initialize the puzzle // display the puzzle // keep looping until game over } }