Raybbish/dsh-poker-plugin ↗★ 0
dsh-poker
An unofficial local multiplayer Texas Hold'em plugin for the DSH Web UI, with optional server-side AI players.
AI 분석
核心用途是在 DSH 网页端内嵌德州扑克游戏。适合希望在工作或开发间隙进行娱乐、或测试 AI 德扑对战能力的用户。支持自定义盲注、筹码和 AI 玩家的 API 密钥。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Raybbish/dsh-poker-pluginConfiguration
The poker row config (all optional):
| key | default | meaning |
|---|---|---|
smallBlind | 5 | small blind (chips) |
bigBlind | 10 | big blind |
buyIn | 1000 | default buy-in per table |
maxSeats | 6 | default table size (2–10) |
actionTimeoutMs | 30000 | turn deadline before auto-action |
startingWallet | 10000 | Play Tokens granted per new player |
deepseekApiKey | unset; falls back to DEEPSEEK_API_KEY | server-side AI API key |
deepseekBaseUrl | https://api.deepseek.com | AI API base URL |
deepseekModel | deepseek-v4-flash | AI model name |
botDecisionTimeoutMs | 12000 | AI decision request timeout |
Prefer the DEEPSEEK_API_KEY environment variable over deepseekApiKey so a
secret is not written to a profile patch.