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