pixelplace-web.vercel.app
Write PixelCraft by hand or hand the tools to your agent. The compiler runs in your browser.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
check_program
Compile a PixelCraft program WITHOUT putting it on the canvas, and report exactly what is wrong or right with it: error codes with line numbers, the palette it declares, the colors it actually paints (which can differ if it used a raw hex literal), how much of the canvas it covers, and any warnings. This is the cheap iteration loop — check a draft here as many times as you need, then call set_program once it is right.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
source |
string | yes | The PixelCraft program to compile. |
Raw JSON schema
{
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "The PixelCraft program to compile."
}
},
"required": [
"source"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…