Creative Challenge
"Woolly mammoth surfing on a lava wave"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="lavaGradient" cx="50%" cy="50%" r="50%" fx="40%" fy="60%">
<stop offset="0%" stop-color="#FF8C00" />
<stop offset="50%" stop-color="#FF4500" />
<stop offset="100%" stop-color="#8B0000" />
</radialGradient>
<linearGradient id="tuskGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#F5F5DC" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<pattern id="furPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#A0522D" />
<path d="M0 0 L10 10 M0 10 L10 0" stroke="#CC5500" stroke-width="2" />
</pattern>
</defs>
<path d="M10 150 Q 50 250 100 180 Q 150 110 200 150 Q 250 190 290 170 L 290 300 L 0 300 Z" fill="url(#lavaGradient)" stroke="#FF6347" stroke-width="5" />
<ellipse cx="100" cy="140" rx="50" ry="40" fill="url(#furPattern)" />
<ellipse cx="180" cy="140" rx="40" ry="30" fill="url(#furPattern)" />
<path d="M60 120 C 50 80 20 80 40 110" fill="none" stroke="url(#tuskGradient)" stroke-width="10" stroke-linecap="round" />
<path d="M80 120 C 70 80 40 80 60 110" fill="none" stroke="url(#tuskGradient)" stroke-width="10" stroke-linecap="round" />
<ellipse cx="120" cy="150" rx="10" ry="5" fill="black" />
<ellipse cx="150" cy="150" rx="10" ry="5" fill="black" />
<path d="M200 120 C 190 80 160 80 180 110" fill="none" stroke="url(#tuskGradient)" stroke-width="8" stroke-linecap="round" />
<path d="M220 120 C 210 80 180 80 200 110" fill="none" stroke="url(#tuskGradient)" stroke-width="8" stroke-linecap="round" />
<ellipse cx="190" cy="150" rx="8" ry="4" fill="black" />
<ellipse cx="210" cy="150" rx="8" ry="4" fill="black" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky background with gradient -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a0f3c;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6b6b;stop-opacity:1" />
</linearGradient>
<!-- Lava gradient -->
<linearGradient id="lavaGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#3f0000;stop-opacity:1" />
<stop offset="50%" style="stop-color:#ff4500;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff9a00;stop-opacity:1" />
</linearGradient>
<!-- Glow effect for lava -->
<filter id="lavaGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Spark effect -->
<filter id="spark">
<feGaussianBlur stdDeviation="2" result="sparkGlow"/>
<feMerge>
<feMergeNode in="sparkGlow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Lava wave -->
<path d="M0,200 Q150,100 300,200 Q230,250 300,300 L300,0 Z" fill="url(#lavaGradient)" filter="url(#lavaGlow)"/>
<!-- Woolly mammoth -->
<g transform="translate(150,150)">
<!-- Body -->
<path d="M0,0 L50,-40 Q60,-50 70,-40 L120,-40 Q130,-20 140,0 L140,40 Q130,60 140,80 L140,120 Q120,140 100,120 L80,120 Q60,140 40,120 L40,80 Q30,60 40,40 L40,0 Q30,-20 20,-30 L0,-30 Z" fill="#f3f7f2" stroke="#8b4513" stroke-width="2"/>
<!-- Tusks -->
<path d="M70,-40 L100,-60" fill="none" stroke="#8b4513" stroke-width="4"/>
<path d="M140,80 L170,100" fill="none" stroke="#8b4513" stroke-width="4"/>
<!-- Fur details -->
<path d="M60,-50 L70,-40 L80,-50" fill="#8b4513"/>
<path d="M100,-10 L110,0 L120,-10" fill="#8b4513"/>
<path d="M90,30 L100,40 L110,30" fill="#8b4513"/>
<!-- Eyes -->
<circle cx="90" cy="-20" r="2" fill="white" filter="url(#spark)"/>
<circle cx="110" cy="-20" r="2" fill="white" filter="url(#spark)"/>
</g>
<!-- Sparks -->
<g transform="translate(150,150)">
<circle cx="-20" cy="-40" r="2" fill="white" filter="url(#spark)"/>
<circle cx="20" cy="-30" r="2" fill="white" filter="url(#spark)"/>
<circle cx="10" cy="-50" r="2" fill="white" filter="url(#spark)"/>
</g>
<!-- Stars in the sky -->
<g transform="translate(0,0)">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="200" cy="80" r="1" fill="white"/>
<circle cx="100" cy="150" r="1" fill="white"/>
<circle cx="250" cy="120" r="1" fill="white"/>
<circle cx="150" cy="200" r="1" fill="white"/>
</g>
</svg>
Judge's Analysis
Player 1's submission creatively interprets the prompt with a stylized mammoth shape and a vibrant lava wave, showcasing good use of color and form.
While Player 2's image presents an abstract interpretation, it lacks the clarity and relevance to the theme that Player 1's image demonstrates.
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
"Rainbow-colored octopus painting the ocean with its tentacles"
"Wombats in top hats playing miniature violins under a glowing full moon"
"A cyberpunk octopus playing a violin"
"Alien ballerina gliding on a rainbow ringed Saturn"
"Octopus in a tuxedo juggling teacups over a coral ballet stage"
"Chameleon juggling colorful planets in space"