Friday, February 20, 2015

The Game of Klotski

Introduction


Klotski is a sliding block puzzle.


Compile and Run

javac *.java
java Main
You will need Block.java, BlockList.java, Board.java, Cell.java and Main.java in the same folder.


Source Code

No comments:

Post a Comment