23242526272829303132
// Read the char Scanner s = new Scanner(System.in); String str = s.nextLine(); int moved = pf.moveByString(str); if(moved>0) pf.insertRandCell(); System.out.println(pf); } } }
4142434445464748495051
pf.moveByInt(index); System.out.println(pf); pf.insertRandCell(); //insert new tile System.out.println(pf); numberOfRounds++; }