/unpuzzler

WIP: An automatic puzzle solver.

Primary LanguagePython

Unpuzzler - Automatic Puzzle Solver

The unpuzzler.py solves jigsaw puzzles.

Inspired by StuffMadeHere's YouTube videos:

And also by other similar projects:

The data/ directory contains the piecemaker challenge from the CrySyS Security Challenge 2022.

Usage

  1. virtualenv venv
  2. pip install -r requirements.txt
  3. source venv/bin/activate
  4. ./unpuzzler.py --help

Tasks

  • Refactor logging to use the logging library instead of prints.