decode_level_from_url
Extract and visualize VibeTide 2D platformer level data from encoded URL strings to enable sharing and editing of game levels.
Instructions
Decode a VibeTide level from an encoded URL string.
Args:
encoded_level: The encoded level string from a URL or sharing link
Returns the decoded level data with visualization.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded_level | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |