Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 297 Bytes

8-Puzzle Solver

A 8-puzzle solver written in C++.

See REPORT.pdf for a detailed description.

Build and run

Using Meson

meson _build
meson compile -C _build
./_build/eight-puzzle

Manual compile

g++ eight_puzzle/*.cpp eight_puzzle/*.hpp
./a.out