文件名称:ascension-bot:一个玩Ascension的系统
文件大小:426KB
文件格式:ZIP
更新时间:2024-07-25 15:01:58
Python
提升机器人 一种以自动方式玩 Ascension: Chronicle of the Godslayer 棋盘游戏的系统,用于对各种策略进行博弈论分析。 存储库结构 main.py 这是主程序。 修改它以插入用于给定运行的策略。 脚本/脚本用于一般用途。 src/ card_decoder/ - 处理游戏的实际效果。 input/ - Text files that contain the encoded card data cards.py - Definitions of classes used for card stuff decoder.py - Entry point into this module. See the top of the file for how to use it. files.py - Utilities for readi
【文件预览】:
ascension-bot-master
----autotest.py(4KB)
----main.py(2KB)
----LICENSE(1KB)
----src()
--------input()
--------events.py(3KB)
--------player.py(7KB)
--------constants()
--------moves.py(6KB)
--------strategies()
--------tools()
--------game.py(700B)
--------board.py(4KB)
--------legal_targets.py(5KB)
--------__init__.py(0B)
--------estimators()
--------log.py(1KB)
--------effects.py(12KB)
--------deck.py(621B)
--------move_gen.py(5KB)
--------card_decoder()
----final_project_writeup.pdf(379KB)
----requirements.txt(13B)
----.gitignore(254B)
----README.md(1KB)
----results.txt(2KB)
----notes()
--------strategy_notes.txt(1KB)