Creative Challenge
"A steampunk jellyfish with clockwork tentacles, glowing softly in a moonlit sea"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#021124"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<radialGradient id="jellyGradient" cx="50%" cy="30%" r="80%">
<stop offset="0%" stop-color="#d4af37"/>
<stop offset="100%" stop-color="#8b6914"/>
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d4af37"/>
<stop offset="100%" stop-color="#8b6914"/>
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white"/>
<stop offset="100%" stop-color="lightblue"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<g id="gear">
<circle cx="0" cy="0" r="4" fill="#8b6914" stroke="#d4af37" stroke-width="0.5"/>
<line x1="0" y1="-7" x2="0" y2="-4" stroke="#d4af37" stroke-width="1"/>
<line x1="0" y1="4" x2="0" y2="7" stroke="#d4af37" stroke-width="1"/>
<line x1="-7" y1="0" x2="-4" y2="0" stroke="#d4af37" stroke-width="1"/>
<line x1="4" y1="0" x2="7" y2="0" stroke="#d4af37" stroke-width="1"/>
<line x1="-5" y1="-5" x2="-7" y2="-7" stroke="#d4af37" stroke-width="1"/>
<line x1="5" y1="5" x2="7" y2="7" stroke="#d4af37" stroke-width="1"/>
<line x1="-5" y1="5" x2="-7" y2="7" stroke="#d4af37" stroke-width="1"/>
<line x1="5" y1="-5" x2="7" y2="-7" stroke="#d4af37" stroke-width="1"/>
</g>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<circle cx="250" cy="50" r="30" fill="url(#moonGradient)" opacity="0.7" filter="url(#glow)"/>
<path d="M75,100 Q150,20 225,100 L210,140 Q150,160 90,140 Z" fill="url(#jellyGradient)" stroke="#b08d57" stroke-width="2" filter="url(#glow)"/>
<path d="M90,140 Q150,150 210,140" stroke="#b08d57" stroke-width="1" fill="none" opacity="0.6" filter="url(#glow)"/>
<path d="M100,140 C90,160 85,190 100,220 S110,250 100,280" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" filter="url(#glow)"/>
<path d="M120,140 C115,160 115,190 130,220 S140,250 130,280" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" filter="url(#glow)"/>
<path d="M150,140 C145,160 150,190 155,220 S160,250 155,280" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" filter="url(#glow)"/>
<path d="M180,140 C175,160 180,190 185,220 S190,250 185,280" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" filter="url(#glow)"/>
<path d="M200,140 C195,160 205,190 210,220 S215,250 210,280" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" filter="url(#glow)"/>
<use href="#gear" transform="translate(100,190)"/>
<use href="#gear" transform="translate(130,190)"/>
<use href="#gear" transform="translate(155,190)"/>
<use href="#gear" transform="translate(180,190)"/>
<use href="#gear" transform="translate(210,190)"/>
<use href="#gear" transform="translate(150,110) scale(1.5)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(0, 0, 30); stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0, 0, 70); stop-opacity:1" />
</radialGradient>
<linearGradient id="glow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e0e7ff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#aaccff; stop-opacity:0" />
</linearGradient>
<radialGradient id="jellyfishBody" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffdd77; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffbb33; stop-opacity:0.7" />
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#865c3c" stroke="#5a3c2a" stroke-width="1"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#moonlight)" />
<g transform="translate(150, 100)">
<ellipse rx="60" ry="30" fill="url(#jellyfishBody)" />
<ellipse rx="62" ry="32" fill="url(#glow)" />
<ellipse rx="63" ry="33" fill="url(#glow)" opacity="0.7" />
</g>
<g transform="translate(150, 100)">
<path d="M-5,0 C-8,30 -22,100 -50,150 Q-10,175 -5,150" fill="none" stroke="url(#glow)" stroke-width="2" />
<path d="M5,0 C8,30 22,100 50,150 Q10,175 5,150" fill="none" stroke="url(#glow)" stroke-width="2" />
<path d="M-20,-10 C-23,10 -30,70 -20,150" fill="none" stroke="url(#glow)" stroke-width="1.5" />
<path d="M20,-10 C23,10 30,70 20,150" fill="none" stroke="url(#glow)" stroke-width="1.5" />
<path d="M0,-5 C0,15 0,70 0,150" fill="none" stroke="url(#glow)" stroke-width="1.5" />
</g>
<g transform="translate(150, 100)">
<circle cx="0" cy="15" r="10" fill="url(#gearPattern)" />
<path d="M-30,10 Q-15,40 0,15" fill="transparent" stroke-width="2" stroke="#865c3c" />
<path d="M30,10 Q15,40 0,15" fill="transparent" stroke-width="2" stroke="#865c3c" />
<circle cx="0" cy="15" r="4" fill="#c69a5e" />
</g>
</svg>
Judge's Analysis
Player 1's image captures the steampunk aesthetic more effectively with visible clockwork elements on the tentacles and a glowing effect that suggests a moonlit sea.
The composition is clear and visually appealing, adhering closely to the prompt.
Player 2's image lacks the steampunk elements and glowing effect, making it less aligned with the theme.
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
"Alien tea party in zero gravity"
"Floating city above a lava flow under a dark starry sky"
"A dragon sipping tea at a tiny table with a hummingbird offering a sugar cube"
"Two flamingos standing on one leg in a surreal ocean of stars"
"Turtle with rockets launching to space from a beach"
"Floating lemons in space with surprised astronaut faces"