Skip to content

Benjamin2099/matrix-trilogy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Trilogy Logic Sim

A theory-aware, hackable simulation of The Matrix I–III.
Story beats are events with preconditions → effects, tagged with Themes (philosophy) & MythRefs. Machines (Sentinels + Deus Ex Machina) are modeled explicitly. Two modes: timeline and agent.

Why developers like this

  • Story as code: Events are composable, testable units.
  • Philosophy baked in: Query/Report themes like REALITY_ILLUSION, FREE_WILL.
  • Machines matter: Sentinel pressure + machine negotiation when Smith becomes systemic risk.
  • Zero deps: Pure Python ≥ 3.10.

Install

python -m venv .venv && source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e .

About

Theory-aware Matrix I–III logic simulation: timeline + agent modes (Neo, Smith, Machine Collective)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages