felixmadene.ovh
CV Crossing: a cozy, Animal Crossing inspired 3D world that represents my resume in a playful island village.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 4 · Transact 0 · Score: Not yet scored
Tool inspector
move_cv_crossing_character
Walk the visible CV Crossing character a bounded distance in one world-space cardinal direction. North increases z and east increases x. This changes the live page, honors the game collision map, can collect nearby coins, updates the visible character and coin counter, and may stop early at water or an island boundary.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
direction |
string | yes | World-space direction. North increases z, east increases x. |
distance |
number | yes | Distance to walk in island world units. |
Raw JSON schema
{
"type": "object",
"properties": {
"direction": {
"type": "string",
"enum": [
"north",
"south",
"east",
"west"
],
"description": "World-space direction. North increases z, east increases x."
},
"distance": {
"type": "number",
"minimum": 0.1,
"maximum": 8,
"description": "Distance to walk in island world units."
}
},
"required": [
"direction",
"distance"
],
"additionalProperties": false
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.