PDG2PDF 使用指南 pdg2pdf a pdg2pdf tool to convert pdg files to pdf 项目地址: https://gitcode.com/gh_mirrors/pd/pdg2pdf 1. 项目目录结构及介绍
该项目位于 https://github.com/nizaiwo/pdg2pdf.git,其基本目录结构如下所示:
pdg2pdf/
├…
生成迷宫(maze)的算法有很多种,论坛上有很多这方面的资料可以参考。 这里使用回溯法(backtracking),主要参考Build a 2-player maze game with Python Part 4 - Coding TidBits
用的是迭代函数(recursive function): 不断寻找周边没有走过的网格(cell…