展示HN:我的Python文本冒险地下城爬行游戏引擎

3作者: ruscoe2 个月前原帖
我最近在恢复手术期间,利用这段时间尝试创建一个Python地下城爬行游戏引擎。<p>你可以在GitHub上找到它:<a href="https://github.com/ruscoe/dans-dungeon">https://github.com/ruscoe/dans-dungeon</a><p>游戏世界是用JSON定义的,包含了所有的房间、战利品和需要战斗的怪物。
查看原文
I&#x27;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:&#x2F;&#x2F;github.com&#x2F;ruscoe&#x2F;dans-dungeon">https:&#x2F;&#x2F;github.com&#x2F;ruscoe&#x2F;dans-dungeon</a><p>Game worlds are defined in JSON, which provides all the rooms, loot, and monsters to fight.