JonathanGun / masyu-solver

A solver for Masyu Puzzles - written in Python
1 stars 1 forks source link

masyu-solver

Introduction

A solver for Masyu Puzzles. The goal of this project is to make masyu solver using restriction-based algorithm.

Requirement

Python 3 (tested on python 3.7) OpenCV for python 3

Usage

python masyu.py --image <input-file> --size <board-size>

or

python masyu.py -i <input-file> -s <board-size>

image example:

input1.png

input2.png

To-Do

Acknowledgment

I made this solver to fulfill IF2120 Discrete Mathematics subject.