📋 Overview
A Gomoku (Five-in-a-Row) game server that lets LLMs play via the Model Context Protocol. Exposes a tactical threat analysis engine and priority-ranked move suggestions as MCP tools, so any LLM can reason about the board and make strategic moves — including an AI vs AI mode to watch two models compete head-to-head.
🛠️ Technologies
⚡ Features
- Threat Analysis Engine - Pattern detector that scores Open-4, Closed-4, Open-3, and gap patterns with priority levels 1–10, guiding the LLM's move decisions
- MCP Tool Suite -
set_stone,analyze_threats,get_suggested_movesand more — full game control exposed as MCP tools - AI vs AI Mode - Watch two different LLMs (Gemini, Grok, Kimi, etc.) compete against each other via OpenRouter
- CLI & Web GUI - Both a command-line interface and a browser-based GUI for observing games in real time