Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 515 Bytes

puzzle_solver

Shape-based puzzle solving algorithms, including shape matching and rotation matching

installation instruction

git clone [email protected]:ivapylibs/puzzle_solver.git
pip3 install -e puzzle_solver/

The test files are shell command line executable and should work when invoked, presuming that pip installation has been performed. If no modifications to the source code will be performed then the -e flag is not necessary (e.g., use the flag if the underlying code will be modified).