Media Summary: Just an update to where the project is at, it now can solve most of the boards but now it sometimes makes mistakes so I'm hoping ... In this video we begin to add constraints to our recursions, the first one is simple but I think they are going to start getting quite ... Just a really quick announcement video, you can find all the code for this series over at ...
Python Flow Free Bot 15 - Detailed Analysis & Overview
Just an update to where the project is at, it now can solve most of the boards but now it sometimes makes mistakes so I'm hoping ... In this video we begin to add constraints to our recursions, the first one is simple but I think they are going to start getting quite ... Just a really quick announcement video, you can find all the code for this series over at ... Making significant progress now, the program can finally output a solution board that a human could easily read and draw out. This exceeded all my expectations by far and i haven't even added in the old heuristics yet. I will upload a video of all the levels ... Long time since I've worked on this but here we are. This one is pretty long but explains how the new algorithm works to aid in ...
Again a lot of misclicks but no mistakes, took a while on some boards but I expected this, 9x9 I expect to take at least an hour to ... This is the first attempt at creating a brute force solver for this game using recursion and hopefully incorporating some of the ... Admittedly some of the levels will be impossibly long to compute, but hey it is a completely universal solution for all Few optimizations in this one, plus I add logic to join ends together so Not much coding here, I mainly talk about my plan in future videos and show the logic I want to use to solve the board.