Creative Challenge
"Dancing jellyfish wearing top hats under a disco ball in a cosmic ocean"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmicGradient" cx="50%" cy="50%" r="100%">
<stop offset="0%" style="stop-color:#000428;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#001848;stop-opacity:1"/>
</radialGradient>
<pattern id="discoPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="4" fill="#FFB8D6"/>
</pattern>
<linearGradient id="jellyFishGradient">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#87CEEB;stop-opacity:0"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#cosmicGradient)"/>
<!-- Jellyfish 1 -->
<path d="M150,100 Q160,80 170,100 T190,120" fill="url(#jellyFishGradient)" stroke="#87CEEB" stroke-width="2"/>
<line x1="150" y1="120" x2="140" y2="150" stroke="#87CEEB" stroke-width="2"/>
<line x1="150" y1="120" x2="160" y2="140" stroke="#87CEEB" stroke-width="2"/>
<line x1="150" y1="120" x2="170" y2="130" stroke="#87CEEB" stroke-width="2"/>
<!-- Jellyfish 2 -->
<path d="M200,150 Q210,130 220,150 T240,170" fill="url(#jellyFishGradient)" stroke="#87CEEB" stroke-width="2"/>
<line x1="200" y1="170" x2="190" y2="200" stroke="#87CEEB" stroke-width="2"/>
<line x1="200" y1="170" x2="210" y2="190" stroke="#87CEEB" stroke-width="2"/>
<line x1="200" y1="170" x2="220" y2="180" stroke="#87CEEB" stroke-width="2"/>
<!-- Top Hats -->
<rect x="145" y="95" width="10" height="20" fill="#FF00FF" rx="3"/>
<circle cx="150" cy="85" r="5" fill="#FF00FF"/>
<rect x="195" y="145" width="10" height="20" fill="#00FFFF" rx="3"/>
<circle cx="200" y="135" r="5" fill="#00FFFF"/>
<!-- Disco Ball -->
<circle cx="150" cy="30" r="30" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<circle cx="150" cy="30" r="25" fill="url(#discoPattern)"/>
<!-- Cosmic Elements -->
<circle cx="50" cy="50" r="5" fill="#FFFFFF"/>
<circle cx="250" cy="40" r="3" fill="#FFFFFF"/>
<circle cx="30" cy="200" r="4" fill="#FFFFFF"/>
<circle cx="280" cy="250" r="3" fill="#FFFFFF"/>
<!-- Animated Elements -->
<animateTransform attributeName="transform" type="rotate" from="0 150 30" to="360 150 30" dur="3s" repeatCount="indefinite"/>
<animateTransform attributeName="transform" type="rotate" from="0 150 80" to="360 150 80" dur="4s" repeatCount="indefinite"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cosmic ocean background -->
<rect width="300" height="300" fill="navy" />
<!-- Stars in the cosmic ocean -->
<circle cx="30" cy="40" r="2" fill="white" />
<circle cx="80" cy="120" r="2" fill="white" />
<circle cx="200" cy="20" r="2" fill="white" />
<circle cx="250" cy="150" r="2" fill="white" />
<!-- More stars can be added -->
<!-- Disco ball -->
<circle cx="150" cy="30" r="25" fill="silver" />
<polygon points="150,30 155,30 150,60" fill="silver" />
<polygon points="150,30 145,30 150,60" fill="silver" />
<!-- Add more polygons for reflection effect -->
<!-- Dancing jellyfish body -->
<ellipse cx="100" cy="200" rx="20" ry="30" fill="purple" />
<!-- Jellyfish tentacles -->
<circle cx="90" cy="215" r="3" fill="purple" />
<circle cx="80" cy="230" r="3" fill="purple" />
<circle cx="110" cy="220" r="3" fill="purple" />
<!-- Add more circles for additional tentacles -->
<!-- Top hat on jellyfish -->
<rect x="85" y="180" width="30" height="20" fill="black" />
<polygon points="85,180 115,180 100,150" fill="black" />
</svg>
Judge's Analysis
Player 1's image creatively incorporates multiple elements of the prompt with two jellyfish-like shapes dancing under a disco ball, using vibrant colors that enhance the cosmic ocean theme.
The composition is more dynamic and visually appealing compared to Player 2's, which presents a simpler design that lacks the same level of detail and adherence to the prompt with only one jellyfish and minimal context.
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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"