labhack:超科学中的Roguelike冒险!

时间:2024-03-01 00:31:45
【文件属性】:

文件名称:labhack:超科学中的Roguelike冒险!

文件大小:93KB

文件格式:ZIP

更新时间:2024-03-01 00:31:45

Python

实验室黑客 超级科学中的流氓冒险! 我们不是地下城,而是进入了一个拥有神秘的军事和科学秘密的深度研究机构。 在建立各种技能和技巧时,您必须阻止*特工。 奇怪的突变体和基因实验出了问题也会困扰您-您必须坚持不懈,并取回真理文件! 安装 视窗 需要Python 3+: : 下载源: 来自 (如果您有git) git clone https://github.com/elunna/labhack 打开终端并转到项目目录 创建一个新的虚拟环境 python -m venv ./venv 安装所需的库 pip install -r requirements.txt 更新中 下载git以进行更轻松的更新: : 在根目录中运行以下命令: git pull origin master 用法 python main.py 贡献 欢迎提出请求。 对于重大更改,请先打开一个问题以讨论您要


【文件预览】:
labhack-master
----.gitignore(264B)
----components()
--------fighter.py(2KB)
--------consumable.py(6KB)
--------inventory.py(3KB)
--------component.py(228B)
--------__init__.py(0B)
--------equipment.py(4KB)
--------equippable.py(725B)
--------level.py(3KB)
--------attacks.py(610B)
--------ai.py(6KB)
----images()
--------dejavu10x10_gs_tc.png(8KB)
--------menu_background.png(10KB)
----requirements.txt(99B)
----src()
--------input_keys.py(1KB)
--------rect.py(2KB)
--------__init__.py(0B)
--------equipment_types.py(96B)
--------setup_game.py(2KB)
--------gameworld.py(1KB)
--------gamemap.py(2KB)
--------engine.py(5KB)
--------rendering.py(11KB)
--------handlers.py(19KB)
--------procgen.py(6KB)
--------renderorder.py(111B)
--------entity.py(2KB)
--------msglog.py(1KB)
--------factory.py(4KB)
--------item.py(714B)
--------color.py(594B)
--------actor.py(974B)
--------tiles.py(2KB)
--------settings.py(1KB)
--------exceptions.py(271B)
----LICENSE(34KB)
----README.md(1KB)
----tests()
--------test_item.py(545B)
--------test_gamemap.py(3KB)
--------test_rendering.py(165B)
--------toolkit.py(1KB)
--------test_inventory.py(4KB)
--------test_level.py(1KB)
--------test_procgen.py(1KB)
--------test_fighter.py(2KB)
--------test_engine.py(621B)
--------test_equippable.py(1KB)
--------test_setup_game.py(683B)
--------test_tiles.py(2KB)
--------test_ai.py(3KB)
--------test_handlers.py(1KB)
--------test_entity.py(3KB)
--------test_basecomponent.py(441B)
--------test_actor.py(654B)
--------test_msglog.py(1KB)
--------test_rectangle.py(2KB)
--------test_equipment.py(7KB)
--------test_consumable.py(4KB)
--------test_exceptions.py(289B)
--------test_actions.py(19KB)
----extrastuff()
--------setup.py(2KB)
--------event_handling_overview.txt(3KB)
--------tcod_colors.txt(2KB)
----main.py(3KB)
----actions()
--------bumpaction.py(495B)
--------waitaction.py(142B)
--------stairactions.py(465B)
--------actions.py(2KB)
--------__init__.py(0B)
--------meleeaction.py(2KB)
--------dropitem.py(972B)
--------pickupaction.py(1KB)
--------dieaction.py(1KB)
--------equipaction.py(248B)
--------itemaction.py(790B)
--------moveaction.py(925B)

网友评论