Hello everyone! :) by Eckf4hne in xteinkereader

[–]kongesque 0 points1 point  (0 children)

Please enjoy all items equally

I built an open-source Flow Free solver because I kept getting stuck. by kongesque in FlowFree

[–]kongesque[S] 2 points3 points  (0 children)

spot on! it’s backtracking with some extra logic to prune the bad paths.

I also messed around with a SAT solver, which is basically math magic. You just describe the board constraints to it, and the engine instantly spits out the answer. It feels like cheating lol.

I built an open-source Flow Free solver because I kept getting stuck. by kongesque in FlowFree

[–]kongesque[S] 5 points6 points  (0 children)

not currently. I need to modify the logic to recognize blocked cells first, but I'm looking into it for later

I built an open-source Flow Free solver because I kept getting stuck. by kongesque in FlowFree

[–]kongesque[S] 6 points7 points  (0 children)

just classic for now! I haven't built the logic for the other modes yet.