anoopsankar / sudoku-wfc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A very rudimentary implementation of a sudoku solver based on Wave Function Collapse.

Is able to solve any sudoku if you are patient with re-runs.

Does not implement Backtracking; which is the biggest flaw at the moment.

About


Languages

Language:JavaScript 87.6%Language:HTML 6.7%Language:CSS 5.8%