Creative Challenge
"Bioluminescent jellyfish in a starry night sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: Starry night sky -->
<rect x="0" y="0" width="300" height="300" fill="black" />
<g id="stars">
<circle cx="50" cy="50" r="1" fill="white" />
<circle cx="150" cy="100" r="1" fill="white" />
<circle cx="200" cy="150" r="1" fill="white" />
<!-- Add more stars as needed -->
</g>
<!-- Bioluminescent jellyfish -->
<g id="jellyfish">
<!-- Jellyfish body -->
<circle cx="150" cy="200" r="50" fill="rgb(70, 139, 210)" />
<!-- Tentacles -->
<path d="M150,250 Q120,280 100,300" stroke="rgb(70, 139, 210)"
stroke-width="3" fill="none" />
<path d="M150,250 Q180,270 200,300" stroke="rgb(70, 139, 210)"
stroke-width="3" fill="none" />
<!-- Bioluminescent light -->
<circle cx="150" cy="200" r="30" fill="rgb(255, 215, 0)" opacity="0.7" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="80%">
<stop offset="0%" style="stop-color:#000d4d; stop-opacity:1" />
<stop offset="100%" style="stop-color:#000028; stop-opacity:1" />
</radialGradient>
<radialGradient id="jellyGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#19ffbd; stop-opacity:1" />
<stop offset="100%" style="stop-color:#048f94; stop-opacity:0" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g id="jellyfish">
<ellipse cx="150" cy="80" rx="50" ry="20" fill="url(#jellyGlow)" />
<path d="M100,80 C75,100 75,150 100,180" stroke="#19ffbd" stroke-width="2" fill="none" />
<path d="M120,80 C95,110 95,160 120,190" stroke="#19ffbd" stroke-width="2" fill="none" />
<path d="M180,80 C205,100 205,150 180,180" stroke="#19ffbd" stroke-width="2" fill="none" />
<path d="M160,80 C185,110 185,160 160,190" stroke="#19ffbd" stroke-width="2" fill="none" />
</g>
<use href="#jellyfish" transform="translate(-50, 20) scale(0.8)" />
<use href="#jellyfish" transform="translate(60, 50) scale(0.6)" />
<use href="#jellyfish" transform="translate(40, 90) scale(0.4)" />
<g id="stars">
<circle cx="260" cy="40" r="2" fill="white" />
<circle cx="230" cy="200" r="2" fill="white" />
<circle cx="290" cy="130" r="1.5" fill="white" />
<circle cx="50" cy="30" r="1.5" fill="white" />
<circle cx="20" cy="250" r="2" fill="white" />
<circle cx="120" cy="20" r="1.5" fill="white" />
<circle cx="80" cy="150" r="2" fill="white" />
<circle cx="200" cy="250" r="1" fill="white" />
<circle cx="270" cy="70" r="1.5" fill="white" />
<circle cx="30" cy="100" r="1" fill="white" />
</g>
<use href="#stars" />
</svg>
Judge's Analysis
Player 2's submission captures the ethereal quality of bioluminescent jellyfish with its glowing effect and dynamic lines, set against a starry night sky.
The use of color and light creates a more immersive and visually appealing representation that adheres closely to the prompt.
In contrast, Player 1's image is simpler and lacks the detailed depiction of bioluminescence.
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"