DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Tic80 — DeepSeek Harness 插件(DSH Plugin)
← Plugins
P

dsh-plugin-tic80

Plugin Tic80

适用于 TIC-80 fantasy console 的 DeepSeek Harness (dsh) 插件:提供完整的主机功能、通过 LLM 进行对话式代码、音乐、地图和精灵生成,以及原生和实时 Web 执行。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:NoodleStormno/dsh-plugin-tic80#4c700829b2f1e18d400db0c63e3a29c75fd91e4d
README兼容性版本
DeepSeek Harness with Embedded TIC-80 Studio

兼容性与来源证明

Plugin Tic80 以 dsh-plugin-tic80 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/15

版本

1.0.0stable
2026/9/15

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/17
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

dsh-plugin-tic80

中文文档 | English

dsh-plugin-tic80 is a full-featured TIC-80 fantasy computer plugin engineered specifically for DeepSeek Harness (dsh). Explore more ecosystem plugins under the dsh-plugin topic.

It preserves 100% of TIC-80's official console capabilities while enabling conversational AI workflows where LLM agents can write game code, tracker music, world maps, sound effects, and sprite pixel art, running and testing games with live hot-reload in real-time.

DeepSeek Harness with Embedded TIC-80 Studio

⚡ Built for Rapid Prototyping

  • 🎯 Instant Game Prototyping: Designed specifically for fast gameplay iteration and mechanic testing. Go from a natural language prompt to a playable, fully-featured retro game in seconds.
  • ⚙️ Config-Driven Game Feel Tuning: Adheres to strict coding conventions where all tunable gameplay variables (such as jump impulse jump, gravity, movement speed, friction) are grouped into a configuration table (cfg = { ... }) right at the very top of the code. Effortlessly tweak platforming feel and physics without digging through complex game loops!
  • 🗺️ WYSIWYG Level Design with Map Editor: Avoid hardcoding massive 2D level tables in Lua. Design and edit levels directly with TIC-80's built-in Map Editor (F3). Powered by Sprite Flags for solid collision and dynamic entity parsing, level construction is completely "What You See Is What You Get".

🌟 Key Features

  • 🎮 Full TIC-80 Capabilities:
    • 240×136 retro resolution, 16-color customizable palette.
    • Complete dual-bank architecture: Bank 0 (256 background Tiles) + Bank 1 (256 foreground Sprites), supporting multi-tile sprites (16×16, 24×24, 32×32) and 8-bit collision/interaction flags.
    • 240×136 world map (32,640 tiles total).
    • 4-channel chiptune tracker (64 patterns, 64 tracks, tempo & speed controls).
    • 64 sound effects (SFX) with 30-note envelopes, arpeggios, and 16 custom waveforms.
    • Lossless bidirectional conversion between .lua text carts and official .tic binary ROMs.
  • 💬 Conversational Game Development:
    • Exposes 13 typed model tools (dsh-tools), allowing LLMs to design level maps, write Lua scripts, generate ASCII pixel art, synthesize retro sound effects, and arrange music through natural language.
    • Built-in static Linter checking Lua syntax, TIC() entrypoint, 512KB memory budget, and sandbox safety.
  • 🚀 Embedded Web UI & Real-Time Hot-Reload:
    • DSH Embedded 3-Column Studio: TIC-80 virtual game console is embedded directly into the DeepSeek Harness Web UI (Left: DSH sidebar, Middle: TIC-80 Console Screen, Right: AI Chat), providing an all-in-one game dev environment.
    • Turn-1 Ready Blank Cartridge: Pre-seeded with cartridge/game.lua and fully injected into the System Prompt. The LLM starts generating game logic and assets in Turn 1 without wasting turns re-creating cartridges.
    • Official TIC-80 WebAssembly Engine & Studio: Powered by the genuine official TIC-80 WebAssembly console (Emscripten / SDL2). Preserves the authentic retro CRT interface style, complete CLI command terminal, and built-in F1-F5 sub-editors (F1 Code, F2 Sprites, F3 World Map, F4 SFX, F5 Music Tracker, Ctrl+R Run, Esc Console).
    • Live Web Hot-Reload: Real-time WebSocket synchronization. Tool edits made by the LLM update the middle-column TIC-80 screen immediately.
    • Native Desktop Runner: Headless CLI execution and desktop window integration with official tic80.exe.
  • 📦 Multi-format Exporters:
    • One-click export to .lua source carts, .tic binary ROMs, and standalone playable .html web games.

📦 Installation & Setup

Using in DeepSeek Harness

Add the plugin to your cordis.yml or cordis.patch.yml:

- id: tic80
  name: 'dsh-plugin-tic80'
  config:
    defaultTemplate: minimal   # Options: minimal, platformer, sokoban, rpg, shmup
    autoRun: true              # Auto-start Web Live Studio
    webStudioPort: 3088        # Web preview port
    cartFilePath: './cart.lua' # Bind local cartridge file

Launch via dsh CLI:

dsh --profile web --patch ./cordis.patch.yml

Standalone Usage

npm install dsh-plugin-tic80
import { Context } from '@deepseek-ai/cordis';
import * as Tic80Plugin from 'dsh-plugin-tic80';

const ctx = new Context();
ctx.plugin(Tic80Plugin, {
  defaultTemplate: 'platformer',
  autoRun: true,
  webStudioPort: 3088,
});

🛠️ DSH Tools Overview

Tool NameDescription
tic80_initInitialize a cartridge project from genre templates
tic80_get_cartInspect cartridge code, sprites, map regions, or audio state
tic80_set_codeUpdate game code (Lua/JS) with validation and hot-reload
tic80_edit_spriteDraw 8×8 or multi-tile sprites using ASCII art (e.g. . transparent, 0-f colors)
tic80_batch_spritesBatch define animation frames and tilesets
tic80_edit_mapPlace tiles, fill areas, or load ASCII map diagrams on the 240×136 grid
tic80_create_sfxSynthesize sound effects using presets (jump/coin/laser/etc.) or custom notes
tic80_compose_musicCompose 4-channel retro chiptune patterns and chain into tracks
tic80_set_paletteSwitch 16-color palettes (Sweetie-16, PICO-8, DB16, GameBoy, Cyberpunk)
tic80_validatePerform static checks on cartridge limits, syntax, and API usage
tic80_runLaunch Web Live Studio (with live hot reload) or native tic80.exe
tic80_exportExport cartridge as .lua, .tic, or standalone .html
tic80_studio_statusQuery live studio status, connected players, and logs

🧪 Automated Testing

Run the full test suite (100% passing across all modules):

npm test

📄 License

MIT License © 2026 NoodleStormno

  • 🕹️ Pre-built Templates:
    • minimal, platformer, sokoban, rpg, and shmup.