summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..52e955b
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+# Kamil Kaminski
+# NetID: kkamin8
+#
+# CS340
+# Project 3, Sliding Block Puzzles
+#
+
+Project can be compiled by issuing:
+$ make
+
+The main binary is called "klotski" and can by ran by issuing:
+$ ./klotski <file>
+
+I used Breadth First Search to find the first optimal solution, when found, the
+main loop breaks out and halts the program.
+