Creative Challenge
"Surreal jellyfish floating in a starry desert night"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="75%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#000033" />
<stop offset="100%" stop-color="#000066" />
</radialGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFFCC" />
<stop offset="100%" stop-color="#FFFF99" />
</radialGradient>
<linearGradient id="jellyGradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" stop-color="#FF66CC" />
<stop offset="100%" stop-color="#FF99FF" />
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="50" cy="50" r="20" fill="url(#moonGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" fill-opacity="0.5" />
<g transform="translate(150,200)">
<ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#jellyGradient)" />
<path d="M -50 -30 Q 0 -70 50 -30 Q 0 -90 -50 -30" fill="#FF66CC" fill-opacity="0.8" />
<path d="M -50 -30 Q 0 -10 50 -30 Q 0 -50 -50 -30" fill="#FF99FF" fill-opacity="0.8" />
<path d="M -50 0 Q 0 -20 50 0 Q 0 -40 -50 0" fill="#FF66CC" fill-opacity="0.8" />
<path d="M -50 30 Q 0 0 50 30 Q 0 -30 -50 30" fill="#FF99FF" fill-opacity="0.8" />
<circle cx="-30" cy="-50" r="10" fill="#FFFF99" />
<circle cx="30" cy="-50" r="10" fill="#FFFF99" />
</g>
<rect x="0" y="250" width="300" height="50" fill="#663300" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry night background -->
<rect width="300" height="300" fill="navy" />
<circle cx="150" cy="150" r="2" fill="white" />
<circle cx="50" cy="100" r="1.5" fill="white" />
<circle cx="200" cy="50" r="1" fill="white" />
<circle cx="100" cy="250" r="1.2" fill="white" />
<circle cx="250" cy="200" r="1.3" fill="white" />
<!-- Desert landscape -->
<rect x="0" y="150" width="300" height="150" fill="sandybrown" />
<!-- Jellyfish body -->
<circle cx="150" cy="80" r="30" fill="purple" opacity="0.8" />
<!-- Jellyfish tentacles -->
<path d="M150,110 Q120,140 100,170" fill="none" stroke="pink" stroke-width="2" />
<path d="M150,110 Q170,140 200,170" fill="none" stroke="pink" stroke-width="2" />
<path d="M150,110 Q140,130 120,150" fill="none" stroke="pink" stroke-width="2" />
<path d="M150,110 Q160,130 180,150" fill="none" stroke="pink" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's image effectively captures the surreal quality of a jellyfish floating in a starry desert night with its whimsical design and color choices.
The use of pink and yellow contrasts well against the dark sky, creating a more visually striking piece.
Player 2's image, while interesting, feels less dynamic and lacks the imaginative appeal seen in Player 1's submission.
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
"A cityscape with buildings made of giant fruit"
"Underwater steampunk city with jellyfish streetlights"
"Floating island with a waterfall of stars"
"Whale with butterfly wings swimming through clouds"
"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"
"A futuristic cityscape made entirely of giant, glowing neon seashells"