game-analyzer

Community

Analyze TraitorSim games for insights.

Authorrickoslyder
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Analyzing game logs reveals trust evolution, voting blocs, mission outcomes, and emergent behaviors that drive better design and debugging.

Core Features & Use Cases

  • Trust evolution analysis: Track updates to the trust matrix over days.
  • Voting pattern insights: Detect blocs and coordination among Traitors.
  • Emergent behavior detection: Identify unexpected alliances and strategies.

Quick Start

from src.traitorsim.analysis.game_analyzer import GameAnalyzer; analyzer = GameAnalyzer(game_log_path="data/logs/game.json"); analyzer.get_summary()

Dependency Matrix

Required Modules

numpyscipymatplotlib

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: game-analyzer
Download link: https://github.com/rickoslyder/TraitorSim/archive/main.zip#game-analyzer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository