Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 747 Bytes

File metadata and controls

23 lines (16 loc) · 747 Bytes

Inscryption-Adaptive-AI

A Python / PyGame strategy game with an adaptive Monte Carlo Tree Search (MCTS) opponent.

Gameplay GIF


Features

  • 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 buildbuild_exe.bat creates a standalone .exe

Quick Start

git clone https://github.com/michael-y03/Inscryption-Adaptive-AI.git
cd Inscryption-Adaptive-AI
pip install -r requirements.txt