AI Agent Hub
Back to plugins
🎮

dsh-plugin-snake

Fun & Dress-up Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install ghbhiee/dsh-plugin-snake

Paste the following prompt into your AI chat to install this plugin:

For DeepSeek Harness, the source lives at https://github.com/ghbhiee/dsh-plugin-snake — run dsh plugin install ghbhiee/dsh-plugin-snake and restart the web profile to load the plugin.

About this plugin

A Snake game you can whip out right inside the DeepSeek Harness web UI—no extra tab, no window switch. dsh-plugin-snake mounts as an out-of-tree plugin on the overlay layer; a single floating 🐍 button is the entire entry point, and one click unfolds the board.

Controls cover both desktop and mobile: arrow keys or WASD to steer, Space to pause, and swipe gestures on touch screens. Your high score lands in localStorage, so it survives a browser restart. The whole plugin is hand-written JavaScript with zero build step—the lib/ directory is the source itself; edit, restart the web profile, done.

Built for developers who want a quick round of Snake between tasks, or anyone curious about dropping a playful toy into the Harness shell and exploring its overlay registration mechanism. It coexists cleanly with sibling plugins like dsh-plugin-workbench and dsh-plugin-mobile-shell under the same discovery logic.

Use Cases

  • Killing a two-minute break with a quick Snake round right in the browser shell
  • Exploring the Harness plugin overlay registration and React rendering flow
  • Steering Snake with swipe gestures on a tablet without any external keyboard

Best For

  • Developers who enjoy a fast Snake round between build cycles
  • Plugin authors exploring the Harness overlay API and shared-externals pattern
  • Anyone wanting a no-build, edit-and-restart pure-JS plugin as a reference