Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 519 Bytes

File metadata and controls

26 lines (17 loc) · 519 Bytes

ArenAI

An Android game with AI

Requirements

Android game

You must have python3.12 in your PATH and have CMake version equal to 3.30.3.

ExecuTorch requires a specific version of buck2 :

cargo +nightly-2025-02-16 install --git https://github.com/facebook/buck2.git --tag 2025-05-06 buck2

Then export cargo binaries to PATH (like in your .bashrc) :

# inside .bashrc
export PATH="$PATH:$HOME/.cargo/bin"

You are now ready to build with gradle !

Training agent

TODO