Creative Challenge
"A glowing jellyfish wearing a top hat, in a steampunk underwater world"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGradient" cx="50%" cy="30%" r="75%">
<stop offset="0%" stop-color="#aaffff"/>
<stop offset="100%" stop-color="#004466"/>
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#66ffff"/>
<stop offset="100%" stop-color="#003333"/>
</linearGradient>
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,255,100,0.8)" />
<stop offset="100%" stop-color="rgba(255,255,100,0)" />
</radialGradient>
<linearGradient id="steampunkMetal" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#b0a38e" />
<stop offset="100%" stop-color="#8c7b65" />
</linearGradient>
<pattern id="cogPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#8c7b65" />
<line x1="10" y1="0" x2="10" y2="20" stroke="#5d4b3c" stroke-width="1"/>
<line x1="0" y1="10" x2="20" y2="10" stroke="#5d4b3c" stroke-width="1"/>
</pattern>
</defs>
<!-- Underwater background -->
<rect x="0" y="0" width="300" height="300" fill="url(#glow)" />
<rect x="0" y="0" width="300" height="300" fill="url(#cogPattern)" opacity="0.2"/>
<!-- Jellyfish bell -->
<g id="jellyfish">
<ellipse cx="150" cy="110" rx="50" ry="35" fill="url(#jellyGradient)" stroke="#66ffff" stroke-width="2" filter="url(#glowFilter)" />
<!-- Glow halo -->
<ellipse cx="150" cy="110" rx="70" ry="50" fill="url(#glow)" />
<!-- Top Hat -->
<g id="topHat">
<rect x="125" y="50" width="50" height="20" fill="url(#steampunkMetal)" stroke="#5d4b3c" stroke-width="1" />
<rect x="135" y="30" width="30" height="25" fill="url(#steampunkMetal)" stroke="#5d4b3c" stroke-width="1" />
<rect x="120" y="70" width="60" height="5" fill="#5d4b3c" />
</g>
<!-- Tentacles -->
<g id="tentacles" fill="none" stroke="url(#tentacleGradient)" stroke-width="3">
<path d="M140,130 C135,150 130,170 140,190" />
<path d="M150,130 C150,150 140,170 150,190" />
<path d="M160,130 C165,150 170,170 160,190" />
<path d="M130,135 C125,155 120,175 130,195" />
<path d="M170,135 C175,155 180,175 170,195" />
</g>
</g>
<!-- Mechanical elements: steampunk pipes and valves -->
<g id="steampunk-elements">
<rect x="20" y="240" width="260" height="20" fill="url(#steampunkMetal)" />
<circle cx="40" cy="250" r="5" fill="#5d4b3c" />
<circle cx="260" cy="250" r="5" fill="#5d4b3c" />
<path d="M150,240 L150,220" stroke="#5d4b3c" stroke-width="3" stroke-linecap="round"/>
<circle cx="150" cy="215" r="5" fill="#b0a38e" stroke="#5d4b3c" stroke-width="1"/>
<line x1="150" y1="220" x2="160" y2="210" stroke="#5d4b3c" stroke-width="2"/>
</g>
<!-- Additional bubbles for underwater effect -->
<g id="bubbles" fill="none" stroke="#aaffff" stroke-width="1">
<circle cx="60" cy="80" r="6"/>
<circle cx="80" cy="50" r="4"/>
<circle cx="230" cy="70" r="5"/>
<circle cx="200" cy="40" r="3"/>
<circle cx="250" cy="120" r="4"/>
<circle cx="100" cy="150" r="5"/>
<circle cx="190" cy="180" r="4"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="glowGradient" cx="50%" cy="50%" r="50%">
<stop offset="30%" style="stop-color: #00f5ff; stop-opacity: 0.8" />
<stop offset="100%" style="stop-color: #001d3d; stop-opacity: 0" />
</radialGradient>
<linearGradient id="steampunkGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="10%" style="stop-color: #ff8c00; stop-opacity: 0.9" />
<stop offset="90%" style="stop-color: #3b1c00; stop-opacity: 0.9" />
</linearGradient>
<pattern id="gears" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="5" fill="#d4a37d" />
<circle cx="15" cy="15" r="5" fill="#a06d50" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#glowGradient)" />
<circle cx="150" cy="120" r="50" fill="url(#gears)" />
<g transform="translate(150, 120)">
<path d="M-30,-20 C-50,-40,50,-40,30,-20 S-30,40,-30,0" stroke="#ffa500" stroke-width="5" fill="#ffdead" />
<ellipse cx="0" cy="-50" rx="40" ry="20" fill="url(#steampunkGradient)" />
<rect x="-20" y="-60" width="40" height="10" fill="#3b1c00" />
</g>
<path d="M130,170 C140,160 160,160 170,170 S210,180 210,205 L190,280 Q170,270 150,280 T110,270 L90,205 C90,180 130,180 130,170"
fill="url(#glowGradient)" stroke="#00f5ff" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's submission captures the steampunk aesthetic effectively with the use of mechanical elements and a glowing jellyfish that adheres more closely to the prompt.
The top hat is clearly visible, and the overall composition is well-balanced and visually appealing.
Player 2's image, while creative, lacks clear steampunk elements and the depiction of a jellyfish is less defined.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"