dsh-gomoku: Playing Gomoku with AI in DSH

omdsh-dev/dsh-gomoku is the Gomoku plugin for DeepSeek Harness, offering a 15×15 unrestricted board in the sidebar with support for human vs. AI and AI vs. AI matches. Both black and white players can independently select models, set thinking levels, and edit system prompts, with their thought processes displayed on either side of the board. Closing the popup does not interrupt the game, and invalid moves are rejected by the server. The installation command is `dsh plugin --profile demo add @yejiming/dsh-gomoku`, requiring dsh ≥ 0.1.0-rc.6.

Read More
Play Gomoku with the model in DeepSeek Harness webpage using dsh-gomoku

DSH-Gomoku is a web Gomoku plugin for DeepSeek Harness maintained by omdsh-dev (MIT licensed, npm package name: @yejiming/dsh-gomoku). It adds a "Gomoku" tab to the conversation view, supports playing as Black, playing as White, and AI vs AI matches. Both the Black and White sides can separately set the model, thinking tier and system prompt. Moves are reasoned by large language models, and the server only arbitrates invalid replies. The installation command on the catalog page is `dsh plugin add github:omdsh-dev/dsh-gomoku`, which requires dsh ≥ 0.1.0-rc.6.

Read More