Sliding Tile Puzzle

Rules: Move the tiles into the goal locations. L tiles can move left and R tiles can move right into an empty space either directly or by jumping over the adjacent tile. Click on the tile to move it. Illegal moves are ignored.


Source Code: SlidingTilePuzzle.java || SlidingTileApplet.java || SlidingGUIPanel.java
The classes contained in the ComputerGame hierarchy can be accessed here.