Skip to content

PuzzleLearning/cloudware-maze-puzzle

Repository files navigation

cloudware-maze-puzzle

Introduction

Puzzle from the www.cloudware.pl company

What's the story?

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.

Maze which was solved

Solution

It's possbile to use the Breadth-first search algorithm to traverse the graph of possible paths.

Result

Usage

pip install -r requirements.txt
python make_me_free.py input.png result.png