Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 562 Bytes

File metadata and controls

20 lines (12 loc) · 562 Bytes

Vindicta Engine

Core physics, dice rolling, and AI simulation engine for the Vindicta Platform.

Documentation

📌 Important: Architectural decisions and game logic axioms for the engine are documented in vindicta-foundation.

Installation

uv add vindicta-engine

Features

  • Dice Physics: Trusted RNG and True-Random entropy integration.
  • Combat Simulation: Monte Carlo simulation for attack sequences.
  • AI Primitives: Base classes for tactical AI.