Skip to content

kosmospredanie/eight-puzzle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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