Creative Challenge
"Skateboarding octopus wearing a top hat, over a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<radialGradient id="octoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#6dd5fa"/>
<stop offset="100%" stop-color="#2980b9"/>
</radialGradient>
<linearGradient id="hatGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#bdc3c7"/>
</linearGradient>
<linearGradient id="moonGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f1c40f"/>
<stop offset="100%" stop-color="#e67e22"/>
</linearGradient>
<pattern id="skatePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#34495e"/>
<path d="M0 0L10 10M10 0L0 10" stroke="#ecf0f1" stroke-width="1"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#1c1c1c" />
<!-- Crescent Moon -->
<g transform="translate(180,60)">
<circle r="50" fill="url(#moonGrad)" />
<circle r="50" cx="15" fill="#1c1c1c" />
</g>
<!-- Skateboard -->
<g id="skateboard" transform="translate(100,200) rotate(-10)">
<rect x="0" y="0" width="100" height="15" rx="7.5" fill="url(#skatePattern)"/>
<!-- Wheels -->
<circle cx="15" cy="20" r="7" fill="#2c3e50" />
<circle cx="85" cy="20" r="7" fill="#2c3e50" />
</g>
<!-- Skateboarding Octopus -->
<g id="octopus" transform="translate(120,140)">
<!-- Head -->
<ellipse cx="0" cy="0" rx="20" ry="25" fill="url(#octoGrad)" stroke="#000" stroke-width="1"/>
<!-- Eyes -->
<circle cx="-8" cy="-5" r="3" fill="#fff" />
<circle cx="8" cy="-5" r="3" fill="#fff" />
<circle cx="-8" cy="-5" r="1.5" fill="#000" />
<circle cx="8" cy="-5" r="1.5" fill="#000" />
<!-- Tentacles - dynamically arranged -->
<g id="tentacles">
<path d="M-10,15 C-30,40 -20,55 0,40" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M0,15 C-15,45 15,60 25,40" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M10,15 C30,40 20,55 0,40" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M-15,10 C-35,30 -25,45 -5,35" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M15,10 C35,30 25,45 5,35" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M-5,20 C-20,50 0,65 15,50" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M5,20 C20,50 40,65 20,50" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M0,20 C-10,45 10,60 20,45" fill="none" stroke="url(#octoGrad)" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Top Hat -->
<g id="topHat" transform="translate(-22,-35)">
<rect x="0" y="0" width="44" height="8" fill="url(#hatGrad)" />
<rect x="8" y="-25" width="28" height="25" fill="url(#hatGrad)" />
<ellipse cx="22" cy="0" rx="22" ry="4" fill="#000" opacity="0.2" />
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#3498db" stop-opacity="1" />
<stop offset="50%" stop-color="#2ecc71" stop-opacity="1" />
<stop offset="100%" stop-color="#e74c3c" stop-opacity="1" />
</linearGradient>
<radialGradient id="moonGrad" cx="150" cy="150" r="100" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#f7f7f7" stop-opacity="1" />
<stop offset="100%" stop-color="#d3d3d3" stop-opacity="1" />
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGrad)" />
<!-- Crescent Moon -->
<path d="M 150, 150 m -100, 0 a 100, 100 0 0, 1 200, 0 l -45, -120 z" fill="url(#moonGrad)" stroke="#ccc" stroke-width="2" />
<!-- Skateboarding Octopus -->
<g transform="translate(120, 110)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="25" ry="35" fill="#8b9467" stroke="#333" stroke-width="2" />
<!-- Tentacles -->
<path d="M -15, 20 Q -20, 10 -10, 0 T 0, 20 Q 10, 30 5, 40" stroke="#8b9467" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" fill="none" />
<path d="M 15, 20 Q 20, 10 10, 0 T 0, 20 Q -10, 30 -5, 40" stroke="#8b9467" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" fill="none" />
<!-- Skateboard -->
<rect x="-25" y="40" width="50" height="10" fill="#990033" stroke="#999" stroke-width="2" rx="5" />
<!-- Wheels -->
<circle cx="-15" cy="50" r="5" fill="#333" stroke="#999" stroke-width="1" />
<circle cx="15" cy="50" r="5" fill="#333" stroke="#999" stroke-width="1" />
</g>
<!-- Top Hat -->
<g transform="translate(120, 60)">
<rect x="0" y="0" width="40" height="10" fill="#23321f" stroke="#333" stroke-width="1" rx="5" />
<path d="M 0, 10 L 20, 30 L 40, 10" fill="#23321f" stroke="#333" stroke-width="1" />
</g>
<!-- Shadows -->
<ellipse cx="140" cy="240" rx="15" ry="25" fill="rgba(0, 0, 0, 0.2)" />
<path d="M 270, 100 Q 250, 150 230, 100" fill="rgba(0, 0, 0, 0.2)" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts a skateboarding octopus wearing a top hat with a crescent moon, adhering closely to the prompt.
The elements are recognizable and the composition is clear.
Player 2's image, while colorful and abstract, lacks clarity and does not effectively convey the concept of a skateboarding octopus or a crescent moon.
These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.
Shapes Metrics
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
AI Judging Process
Creativity
Originality, innovative use of shapes and unique approach to the prompt.
Prompt Adherence
How accurately the SVG captures the essence of the prompt.
Visual Appeal
Aesthetic quality including composition, color usage and overall visual impact.
How does judging work?
SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.
Similar Challenges
"A turtle surfing a rainbow wave under a starry sky"
"Floating island with a tiny village, eclipsed by a colossal hovering jellyfish"
"Futuristic cityscape reflected in a giant dragonfly's eye"
"Floating city on a turtle's back, under a starry sky"
"Floating cityscape on an iceberg, under a starry sky"
"Frog wearing a space helmet, surfing on a comet, with a backdrop of swirling galaxies"