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

Automated Morning Companion with Quote Wallpaper Generation Using Remotion
A developer built an automated morning companion that pulls quotes from 107 books in an Obsidian vault, generates personalized briefs with Reddit threads and journal prompts, then creates custom wallpapers using Remotion with AI-driven design selection.

Developer uses Claude to build AI audio ad generator with Go backend and ElevenLabs integration
A developer built Prompt Audio Ads, a tool that generates finished audio ads from text scripts in about 30 seconds using AI voice and background music. The Go backend integrates ElevenLabs API, ffmpeg audio processing, and 18 music genre presets.

OpenClaw Bot Automates KMZ Data Extraction and Spreadsheet Merging
A user reports using OpenClaw bot to parse KMZ files, extract eight specific data points including mile markers, calculate decimal mile positions with high accuracy, and merge new data into existing spreadsheets without overwriting. The process took 5 minutes of processing time and 15% of a $100 max plan session budget.

Designer builds native Mac photo tagging app with Claude Code and local vision model
A designer with no Xcode experience used Claude Code to build Loupe, a SwiftUI Mac app that analyzes photos with a local vision model (minicpm-v via Ollama) and writes IPTC/XMP metadata. The app includes parallel processing, hardware auto-detection, and a learning system that adapts to tagging style.