NOTE this is only a visualization for lemin 42 project there is NO solution for lemin 42 problem in this repo
our solution can be found here
visualization is implemented in python 3 using pyside2 - Qt framework port for python - for graphics
$ pip install pyside2
map data and solution data can be provided to lemin_visual.py in two ways:
via standart input like:
$ ./lemin < [map] | python3 lemin_visual.py
where ./lemin < [map]
is running your lemin42 resolver with map data from map file
or as a commad line arguments like:
$ python3 lemin_visual.py ./examples/solution_pylone.txt
P.S. actually this is not my code, the code owned by Alina i just host it :-)