Provably fair competitive gaming, powered by cryptographically auditable mechanics and AI-driven strategic insights.
The Vindicta Platform consolidates 7 domain contexts into a unified e-sports ecosystem.
C4Container
title Container diagram for Vindicta Platform
Container(platform, "Platform & Portal", "Vindicta-Portal / API", "User Interface, API Gateway, and Identity.")
Container(foundation, "Foundation", "vindicta-foundation", "Shared Kernel: Base Models & Architecture.")
Container(engine, "Engine", "vindicta-engine", "Physics, Dice, and AI Core.")
Container(scribe, "Scribe", "warscribe-system", "Notation Parsing & Vision.")
Container(economy, "Economy", "vindicta-economy", "Ledger, Quotas & Billing.")
Container(oracle, "Oracle", "vindicta-oracle", "Predictive Models & Meta Analysis.")
Container(agents, "Agents", "vindicta-agents", "Swarm Orchestration & SDKs.")
Rel(platform, foundation, "Inherits")
Rel(platform, engine, "Simulates")
Rel(platform, scribe, "Parses")
Rel(platform, economy, "Bills")
Rel(platform, oracle, "Predicts")
Rel(agents, platform, "Automates")
Get up and running with our "Hello World" examples in the Orchestrator Repository.
# Clone the orchestrator
git clone --recurse-submodules https://github.com/vindicta-platform/vindicta-platform.git
cd vindicta-platform
# Run the Dice Engine example
uv run examples/dice_roll.py
# Run the WARScribe Action example
uv run examples/warscribe_actions.pyJoin the development squad that matches your skills and interests.
| Class | Skills | Quest | Realm |
|---|---|---|---|
| Tech-Priest | Python, Math, Probability | Build the physics engine and entropy proofs. | vindicta-engine |
| Logos Historian | NLP, Vision, Parsing | Decode WARScribe notation and parse rosters. | warscribe-system |
| Meta-Seer | ML, Data Science, Stats | Train predictive models and evaluating lists. | vindicta-oracle |
| Void Banker | DeFi, Ledgers, SQL | Manage the atomic economy and gas tanks. | vindicta-economy |
| Portal Architect | React, Vite, CSS | Craft the player experience and visualization. | vindicta-platform |
| Domain | Repository | Status | Stack |
|---|---|---|---|
| Foundation | vindicta-foundation | ✅ Active | Python 3.12, Pydantic V2 |
| Engine | vindicta-engine | ✅ Active | Python 3.12, Pydantic V2 |
| Scribe | warscribe-system | ✅ Active | Python 3.12, Pydantic V2 |
| Economy | vindicta-economy | ✅ Active | Python 3.12, Pydantic V2 |
| Oracle | vindicta-oracle | 🟡 Beta | Python 3.12, Pydantic V2 |
| Platform | vindicta-platform | ✅ Active | Vite 7+, Cloud Run |
| Agents | vindicta-agents | ✅ Active | Python 3.12, Pydantic V2 |
📁 Archived Legacy Repos
The following repositories have been consolidated into the domain contexts above:
Vindicta-Core,Platform-Docs,platform-core→vindicta-foundationDice-Engine,Primordia-AI,Entropy-Buffer→vindicta-engineWARScribe-Core,WARScribe-Parser,WARScribe-CLI,Battle-Transcript-Toolkit→warscribe-systemEconomy-Engine,Atomic-Ledger-Py,Quota-Manager→vindicta-economyMeta-Oracle,Arbiter-Predictor→vindicta-oracleVindicta-API,Vindicta-Portal,Vindicta-CLI,Logi-Slate-UI→vindicta-platform
Built with 🎲 by the Vindicta Team