Skip to content

michael-y03/Inscryption-Adaptive-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Inscryption‑style Python game with adaptive MCTS AI and PyGame GUI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published