digimokan / cpp-sliding-eight-puzzle

Sliding Eight-Puzzle solver
0 stars 0 forks source link

Add optional X by X board sizes #1

Open digimokan opened 5 years ago

digimokan commented 5 years ago

Description

Allow ability for user to input boards of various sizes (obviously, input size of start_board must match input size of goal_board).

Source Files

Nearly all, but switch from Board to BoardIface should be pretty easy.

Tasks