A Python / PyGame strategy game with an adaptive Monte Carlo Tree Search (MCTS) opponent.
- Adaptive AI – difficulty scales to your recent play efficiency
- Optimised MCTS – bitboards, memoisation, 4‑process root parallelism
- Move Visualiser – optional overlay shows best and worst moves after each turn
- PyGame GUI – health scale, hand management, right‑click sigil info
- One‑click Windows build –
build_exe.bat
creates a standalone.exe
git clone https://github.com/michael-y03/Inscryption-Adaptive-AI.git
cd Inscryption-Adaptive-AI
pip install -r requirements.txt