README ¶ 15-puzzle solver Data structures and algorithms project, 15-puzzle solver. Written in Go. Project definition Week reports: 1, 2, 3, 4, 5, 6 Implementation document Testing document Usage Godoc: main logic, data structures, util Installation Install Go 1.11 or higher Clone the repository with git clone https://github.com/tulir/fifteen.git Fetch dependencies and compile with go build -o fifteen-bin To update, simply pull changes and run the build command again. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go output.go render.go Directories ¶ Show internal Expand all Path Synopsis fifteen datastructures util Click to show internal directories. Click to hide internal directories.