Playing th10 game automatically by auto-th10 AI.
download th10 from there.
other projects like this:
- Play th10.exe automatically
you can also type python -m auto_th10 --help
to get help.
C++
api incpp/include/auto_th10/
Python
api inauto_th10/
(include build binary)
Requires at least c++20
on windows
support: MSVC, GCC, llvm
- install dependencies:
python -m pip install --upgrade pip
pip install -r requirements.txt
- build:
python -m build --wheel
If you want detailed control of build, use cmake by hand. Take what python -m build
does for example:
cmake -S cpp -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
cmake --install build --config Release