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

Inside the $20.8K MRR Feature: 60 Prompts Over 14 Months on Claude
A tutoring platform built a session summary feature with Claude in 3 hours, then refined the prompt 60+ times over 14 months. The feature drives 22% of parent conversions and contributes to $20.8K MRR.

Practical Lessons from Building an E-commerce AI Agent with OpenClaw
A developer shares specific infrastructure, security, and workflow insights after spending 100+ hours building an e-commerce AI agent with OpenClaw, including VPS setup on Digital Ocean ($24/month), model cost management with Kimi K2.5 and Gemini Flash, and memory architecture recommendations.

Using MCP Servers to Connect Claude to Live Databases for On-Demand Analysis
A developer built an MCP server for CybersecTools, connecting Claude to a database of 10,000+ cybersecurity products, enabling live data analysis instead of traditional dashboards. The server provides 40 tools for comparing vendors, analyzing market categories, and checking NIST CSF 2.0 coverage.

Claude as a Coding Mentor: From Zero to Shipped Full-Stack SaaS in a Month
A developer used Claude to learn SvelteKit 2, Stripe subscriptions, MongoDB, and AES-256 encryption, shipping a zero-knowledge encrypted pastebin called CloakBin in one month.