summaryrefslogtreecommitdiffstats
path: root/README
blob: d2feb394afa76f76e5eb400ccd28d6a505eddd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 (line 33 in main.cpp).