Raybbish/dsh-poker-plugin0

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 密钥。

パッケージ
dsh-poker
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Raybbish/dsh-poker-plugin

ドキュメント

README 全文を読む ↗

Configuration

The poker row config (all optional):

keydefaultmeaning
smallBlind5small blind (chips)
bigBlind10big blind
buyIn1000default buy-in per table
maxSeats6default table size (2–10)
actionTimeoutMs30000turn deadline before auto-action
startingWallet10000Play Tokens granted per new player
deepseekApiKeyunset; falls back to DEEPSEEK_API_KEYserver-side AI API key
deepseekBaseUrlhttps://api.deepseek.comAI API base URL
deepseekModeldeepseek-v4-flashAI model name
botDecisionTimeoutMs12000AI decision request timeout

Prefer the DEEPSEEK_API_KEY environment variable over deepseekApiKey so a secret is not written to a profile patch.