展示HN:我的Python文本冒险地下城爬行游戏引擎
我最近在手术后恢复,利用这段时间尝试创建一个Python地下城爬行者引擎。<p>你可以在GitHub上找到它:<a href="https://github.com/ruscoe/dans-dungeon">https://github.com/ruscoe/dans-dungeon</a><p>游戏世界是用JSON定义的,其中包含所有的房间、战利品和需要战斗的怪物。
查看原文
I've been recovering from surgery and made use of my downtime by attempting to create a Python dungeon crawler engine.<p>You can find it on GitHub: <a href="https://github.com/ruscoe/dans-dungeon">https://github.com/ruscoe/dans-dungeon</a><p>Game worlds are defined in JSON, which provides all the rooms, loot, and monsters to fight.