Testing Claude Sonnet with a Strategy Board Game: Rule Adherence Challenges

Testing Strategy Games with Claude Sonnet
A developer on r/ClaudeAI tested Claude Sonnet by playing OFMOS® Essential, a patented strategy board game where players manage a product portfolio across a positioning map. The test involved playing the game manually against the model, prompt by prompt.
Implementation Details
The developer designed a structured system prompt containing:
- The full ruleset of OFMOS® Essential
- A text-based board representation
- Action definitions
- Scoring instructions
- Turn management directives
After each turn, Claude updated the board state and running scores based on the structured prompt system.
Performance Assessment
Claude Sonnet demonstrated several capabilities:
- Understood the game rules correctly
- Articulated strategic reasoning during gameplay
- Tracked scores consistently throughout the game
However, the model frequently made illegal moves. The developer noted this was expected behavior since the system lacked a constrained move-generation layer, requiring the model to self-enforce rules—a task where it often broke down.
Developer Questions
The developer is seeking community input on similar experiments with board or strategy games, specifically asking about:
- Experiences with rule adherence in different models
- Observations about strategic depth in AI gameplay
- Which models performed best in similar scenarios
This type of testing is useful for developers working with AI coding agents to understand the practical limitations of language models in rule-based environments where precise constraint enforcement is required.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Reference Setup: 6-Week Production Use Case with Security Architecture
An industrial engineer built a personal AI agent on a Mac Mini M4 that handles morning briefings, invoice scanning, voice transcription, and file sync with a custom security system. The setup includes Claude Sonnet, MiniMax, and Qwen local models, runs 12 cron jobs daily, and costs $30-50/month.

Reddit user pulls health data from 3 sources with OpenClaw for cardiology appointment
A Reddit user used OpenClaw to merge export files from a fitness watch, text messages, and handwritten notes into a doctor-requested Excel workbook. OpenClaw resolved date conflicts, extracted medication info, and emailed the result without leaking financial data.

Local LLM Pipeline Context Drift Issue in Multi-Step Agentic Work
A developer running a multi-step job search automation pipeline on Llama-3.3-70b-versatile found local Ollama models struggled with context coherence across 5-6 node pipelines, while Groq's free tier with Claude performed better. The developer also noted free tier models get retired without warning, breaking configurations.

Claude Mobile Workflow: Brainstorm Features on Phone, Get Autonomous Implementation
A developer shares a workflow where they brainstorm features and bug fixes with Claude on their phone while mobile, then have a daemon script automatically implement well-defined tasks by creating Linear issues and spinning up Claude Code agents to handle implementation, testing, and deployment to staging.