Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道哪个 gui 库适合显示迷宫(一个 NxN 数组)并能够用颜色填充每个单元格以表示该单元格的状态。我还将生成从迷宫的一个部分到另一个部分的路径,并希望显示这样的路径。
我需要为此选择一个 Gui 框架。有什么建议么?
pygame是一个不错的游戏制作库,但在这里也很有用。你可以从简单的画正方形开始。稍后,如果您想让代码更具视觉吸引力,您可以更改代码以使用精灵。
查看一些使用 pygame 编写的迷宫游戏示例。