g-harel / num-match

brute force puzzle solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

num-match

A brute force solver for number matching games like Flow Free.

A puzzle must have a unique solution, and paths cannot touch themselves.

Most simple puzzles (under 7x7) will be solved very quickly since there are little assumptions to make and the board can be solved one cell at a time. However, once the board get larger and the number of initial colors smaller, run time will increase dramatically.

About

brute force puzzle solver


Languages

Language:TypeScript 100.0%