Creative Challenge
"Jellyfish conducting a starry sky orchestra with luminescent tentacles"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry sky background -->
<rect width="300" height="300" fill="black" />
<circle cx="150" cy="150" r="2" fill="white" />
<circle cx="100" cy="200" r="2" fill="white" />
<circle cx="200" cy="100" r="2" fill="white" />
<!-- Jellyfish body -->
<circle cx="150" cy="150" r="80" fill="purple" />
<!-- Luminescent tentacles -->
<line x1="150" y1="150" x2="50" y2="120" stroke="cyan" stroke-width="4" />
<line x1="150" y1="150" x2="80" y2="60" stroke="cyan" stroke-width="4" />
<line x1="150" y1="150" x2="250" y2="120" stroke="cyan" stroke-width="4" />
<line x1="150" y1="150" x2="220" y2="60" stroke="cyan" stroke-width="4" />
<line x1="150" y1="150" x2="100" y2="250" stroke="cyan" stroke-width="4" />
<line x1="150" y1="150" x2="200" y2="250" stroke="cyan" stroke-width="4" />
<!-- Jellyfish conducting -->
<circle cx="150" cy="80" r="15" fill="yellow" />
<line x1="150" y1="95" x2="150" y2="120" stroke="yellow" stroke-width="2" />
<line x1="150" y1="120" x2="135" y2="140" stroke="yellow" stroke-width="2" />
<line x1="150" y1="120" x2="165" y2="140" stroke="yellow" stroke-width="2" />
<line x1="150" y1="140" x2="135" y2="160" stroke="yellow" stroke-width="2" />
<line x1="150" y1="140" x2="165" y2="160" stroke="yellow" stroke-width="2" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGradient" cx="0.5" cy="0.5" r="0.75">
<stop offset="0%" style="stop-color:rgb(255,192,203);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(255,105,180);stop-opacity:0.3" />
</radialGradient>
<radialGradient id="starGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(173,216,230);stop-opacity:0" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="rgb(10,10,40)" />
<!-- Jellyfish Body -->
<ellipse cx="150" cy="90" rx="50" ry="40" fill="url(#jellyGradient)" />
<!-- Jellyfish Tentacles -->
<path d="M150 130 Q140 180 130 260" stroke="rgb(173,216,230)" stroke-width="3" fill="none" />
<path d="M150 130 Q150 180 125 250" stroke="rgb(144,238,144)" stroke-width="3" fill="none" />
<path d="M150 130 Q160 190 140 265" stroke="rgb(135,206,250)" stroke-width="3" fill="none" />
<path d="M150 130 Q170 175 170 255" stroke="rgb(186,85,211)" stroke-width="3" fill="none" />
<path d="M150 130 Q135 190 155 280" stroke="rgb(255,182,193)" stroke-width="3" fill="none" />
<path d="M150 130 Q180 185 175 270" stroke="rgb(173,216,230)" stroke-width="3" fill="none" />
<!-- Stars -->
<circle cx="20" cy="40" r="6" fill="url(#starGradient)" />
<circle cx="240" cy="50" r="4" fill="url(#starGradient)" />
<circle cx="80" cy="120" r="5" fill="url(#starGradient)" />
<circle cx="200" cy="90" r="3" fill="url(#starGradient)" />
<circle cx="50" cy="220" r="4" fill="url(#starGradient)" />
<circle cx="280" cy="180" r="7" fill="url(#starGradient)" />
<circle cx="180" cy="250" r="6" fill="url(#starGradient)" />
<!-- Conductor Baton -->
<rect x="148" y="60" width="5" height="50" fill="rgb(255,255,255)" transform="rotate(-20,150,90)" />
</svg>
Judge's Analysis
Player 2's image effectively captures the concept of a jellyfish conducting a starry sky orchestra with a more realistic depiction, utilizing luminescent tentacles and a cosmic backdrop.
The visual appeal is enhanced by the delicate use of colors and the inclusion of stars, which adheres closely to the prompt.
Player 1’s submission lacks the visual and thematic clarity present in Player 2’s work.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"