Skip to content

terenty-rezman/lemin42-visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lemin 42 visualization

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

Alt Text

installing dependencies

$ pip install pyside2

running visualization

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 :-)

About

visualization for lemin42 project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages