MazeGenerator:生成迷宫的算法的集合

时间:2024-05-12 12:58:38
【文件属性】:

文件名称:MazeGenerator:生成迷宫的算法的集合

文件大小:899KB

文件格式:ZIP

更新时间:2024-05-12 12:58:38

maze-generator maze-creation maze-generation-algorithms maze-generation Rust

迷宫发电机 可视化时生成迷宫的算法的集合。 演示版 这是使用各种算法生成迷宫的演示。 随机深度优先搜索--dfs 随机二叉树迷宫- --tree 随机Prim算法--prim Aldous-Broder算法--ab *代码 递归除法--div *代码 用法 USAGE: maze_generator [FLAGS] [OPTIONS] FLAGS: --dfs Use the depth first search algorithm for maze generation [default] --tree Use the binary tree maze algorithm for maze generation --prim Use Prim's algorithm fo


【文件预览】:
MazeGenerator-master
----rustfmt.toml(33B)
----Cargo.toml(167B)
----Cargo.lock(16KB)
----src()
--------main.rs(5KB)
--------map.rs(17KB)
----LICENSE.md(1KB)
----README.md(3KB)
----animations()
--------div.webp(76KB)
--------tree.webp(163KB)
--------prim.webp(276KB)
--------ab.webp(259KB)
--------dfs.webp(146KB)
----.gitignore(8B)

网友评论