Puzzle from the www.cloudware.pl company
I found a maze on the GoldenLine Cloudware profile. I am not sure if it's some old puzzle, or a hidden recruitation, but I'm sharing with you the solution written in Python (compatible with 2.7
as well as 3+
). It requires the Pillow
graphics library, and you needed to convert the image first. I uploaded ready .png
files.
It's possbile to use the Breadth-first search algorithm to traverse the graph of possible paths.
pip install -r requirements.txt
python make_me_free.py input.png result.png