Cluedo
Built at OpenEnv Hackathon SF · Mar 7, 2026 · San Francisco, CA

Cluedo is a multi-agent Clue murder mystery game built on OpenEnv 0.2.1. It lets players play Clue with AI agents in two modes: Human vs Agents (one human vs AI) and Agents vs Agents (all AI). The environment includes: Partial observability (each player sees only their cards) A check sheet for tracking deductions (Y / X / / / 1–3) Turn-based gameplay: roll & move, suggest, show card / no card, accuse REST API for the game UI and an LLM-ready observation format It targets multi-agent RL and agent training by giving structured feedback (win / lose / elimination) from gameplay, suitable for GRPO or similar methods.