Creative Challenge
"Skateboarding octopus, undersea rink, wearing sunglasses"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg-gradient" x1="0" y1="1" x2="1" y2="0">
<stop offset="0%" stop-color="#00aaff" />
<stop offset="100%" stop-color="#005577" />
</linearGradient>
<radialGradient id="octopus-gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ff6f61" />
<stop offset="100%" stop-color="#f25c78" />
</radialGradient>
<filter id="bubble-filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur" />
<feFlood flood-color="rgba(255, 255, 255, 0.7)" result="flood" />
<feComposite in2="blur" operator="in" />
<feComposite in2="SourceGraphic" operator="over" />
</filter>
</defs>
<rect width="300" height="300" fill="url(#bg-gradient)" />
<g>
<circle cx="150" cy="150" r="100" fill="url(#octopus-gradient)" filter="url(#bubble-filter)" />
<ellipse cx="150" cy="90" rx="40" ry="20" fill="#e0a3b7" />
<path d="M120 140 Q100 180 120 220 Q135 240 150 220 Q165 240 180 220 Q200 180 180 140" fill="#ff9c9c" />
<circle cx="130" cy="130" r="5" fill="#000" />
<circle cx="170" cy="130" r="5" fill="#000" />
<path d="M150 155 Q155 160 160 155 Q155 165 150 160 Q145 165 150 155" fill="#000" />
<rect x="90" y="210" width="120" height="15" fill="#4CAF50" />
<path d="M100 205 L110 195 L120 205 Z" fill="#4CAF50" />
<path d="M200 205 L190 195 L180 205 Z" fill="#4CAF50" />
<rect x="120" y="185" width="60" height="20" fill="#FFC107" rx="10" />
<path d="M150 65 Q140 70 130 65 Q140 80 150 75 Q160 80 150 65" fill="#000" />
</g>
<g>
<text x="50" y="280" font-family="Arial" font-size="18" fill="#fff">Skateboarding Octopus</text>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Undersea Rink Background -->
<rect x="0" y="0" width="300" height="300" fill="#032B44"/>
<rect x="20" y="20" width="260" height="260" fill="#14A098" rx="20" />
<rect x="40" y="40" width="220" height="220" fill="#FFFFFF" rx="20" opacity="0.1" />
<!-- Skateboarding Octopus -->
<g transform="translate(120 120)">
<path d="M 0,0
L -30,-40
C -20,-60 -20,-60 0,-40
Z" fill="#F7D2C4" transform="rotate(30)" />
<path d="M 0,0
L 30,-40
C 20,-60 20,-60 0,-40
Z" fill="#F7D2C4" transform="rotate(-30)" />
<path d="M 0,0
L -30,40
C -20,60 -20,60 0,40
Z" fill="#F7D2C4" transform="rotate(150)" />
<path d="M 0,0
L 30,40
C 20,60 20,60 0,40
Z" fill="#F7D2C4" transform="rotate(-150)" />
<circle cx="0" cy="0" r="20" fill="#D35400" />
<path d="M 10,10
L -10,10
L -10,-10
L 10,-10
Z" fill="#F1C40F" transform="rotate(45)" />
</g>
<!-- Sunglasses -->
<g transform="translate(100 110)">
<rect x="0" y="0" width="40" height="20" fill="#000000" rx="5" />
<circle cx="15" cy="10" r="10" fill="#FFFFFF" />
<circle cx="25" cy="10" r="10" fill="#FFFFFF" />
<path d="M 0,20
L 40,20
L 30,30
L 10,30
Z" fill="#000000" />
</g>
<!-- Sea Life Spectators -->
<g transform="translate(50 180)">
<circle cx="0" cy="0" r="10" fill="#87CEEB" />
<path d="M 10,0
L 20,10
L 10,20
L 0,10
Z" fill="#F7DC6F" transform="rotate(30)" />
</g>
<g transform="translate(200 180)">
<circle cx="0" cy="0" r="10" fill="#87CEEB" />
<path d="M 10,0
L 20,10
L 10,20
L 0,10
Z" fill="#F7DC6F" transform="rotate(30)" />
</g>
<!-- Skateboard -->
<g transform="translate(120 180)">
<rect x="0" y="0" width="40" height="10" fill="#663300" rx="2" />
<circle cx="10" cy="5" r="5" fill="#FFFFFF" />
<circle cx="30" cy="5" r="5" fill="#FFFFFF" />
<path d="M 0,10
L 40,10
L 30,20
L 10,20
Z" fill="#663300" />
</g>
<!-- Seaweed -->
<g transform="translate(0 250)">
<path d="M 0,0
L 20,50
L 40,0
Z" fill="#3E8E41" />
<path d="M 50,0
L 60,30
L 70,0
Z" fill="#3E8E41" />
<path d="M 100,0
L 110,40
L 120,0
Z" fill="#3E8E41" />
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the idea of a skateboarding octopus on an undersea rink with sunglasses.
The composition shows a clearer depiction of an octopus with identifiable sunglasses and a dynamic scene suggesting movement, adhering more closely to the prompt.
Player 1's image lacks clarity and detail, making it less effective in conveying the concept.
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
"Octopus DJing at an underwater rave, with starfish dancers"
"A floating island with a twisted tree and a single hanging lantern"
"A clock melting in a desert under a double rainbow"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"
"Flamingo riding a bicycle on a rainbow tightrope"