/8puzzle

8-Puzzle solver

Primary LanguagePythonMIT LicenseMIT

8puzzle

Build Status Coverage Status

Installation

  1. git clone https://github.com/litesystems/8puzzle.git
  2. cd 8puzzle
  3. pip install .

Example

Input

eightpuzzle -o out.pdf astar manhattan "[[4,1,2],[6,0,3],[7,5,8]]"

Output

Example

Help

eightpuzzle -h