maze
maze copied to clipboard
用python和matplotlib库生成迷宫
Results
1
maze issues
Sort by
recently updated
recently updated
newest added
It seems that the procedure-oriented programming style cannot express the idea of your maze generation clearly. So I rewrote it with class. Ps: Using 4 spaces for indentation looks better...