Creative Challenge
"Jellyfish skydiving through a galaxy of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#1b2735; stop-opacity:1" />
<stop offset="100%" style="stop-color:#090a0f; stop-opacity:1" />
</radialGradient>
<radialGradient id="jellybellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff6ec7; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff2a68; stop-opacity:1" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff99cc; stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#cc3366; stop-opacity:0.2" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffffff; stop-opacity:0" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<!-- Stars -->
<g>
<circle cx="50" cy="60" r="1.5" fill="url(#starGradient)" />
<circle cx="120" cy="30" r="1" fill="url(#starGradient)" />
<circle cx="200" cy="80" r="2" fill="url(#starGradient)" />
<circle cx="250" cy="50" r="1.2" fill="url(#starGradient)" />
<circle cx="80" cy="200" r="1.8" fill="url(#starGradient)" />
<circle cx="160" cy="220" r="1.3" fill="url(#starGradient)" />
<circle cx="220" cy="180" r="1" fill="url(#starGradient)" />
<circle cx="270" cy="250" r="1.5" fill="url(#starGradient)" />
<circle cx="30" cy="270" r="1" fill="url(#starGradient)" />
<circle cx="150" cy="150" r="2.5" fill="url(#starGradient)" />
</g>
<!-- Nebula -->
<ellipse cx="200" cy="100" rx="60" ry="30" fill="rgba(255, 105, 180, 0.3)" />
<ellipse cx="100" cy="250" rx="40" ry="20" fill="rgba(173, 216, 230, 0.2)" />
<!-- Jellyfish -->
<g transform="translate(150, 50)">
<!-- Bell -->
<ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#jellybellGradient)" stroke="#ff1493" stroke-width="1.5"/>
<!-- Tentacles -->
<g>
<path d="M-15,0 C-20,30 -10,40 -15,60" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M-5,0 C-10,35 -5,45 -10,60" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M5,0 C10,35 5,45 10,60" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M15,0 C20,30 10,40 15,60" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M-20,10 C-25,40 -15,50 -20,70" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M20,10 C25,40 15,50 20,70" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
</g>
<!-- Air Trail -->
<path d="M0,-15 Q10,-25 20,-15" stroke="rgba(255, 255, 255, 0.5)" stroke-width="1" fill="none" stroke-dasharray="2,2"/>
<path d="M0,-20 Q-10,-30 -20,-20" stroke="rgba(255, 255, 255, 0.5)" stroke-width="1" fill="none" stroke-dasharray="2,2"/>
</g>
<!-- Shooting Stars -->
<g>
<path d="M280,20 L290,30 L285,25 L295,35" stroke="yellow" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/>
<path d="M60,280 L70,290 L65,285 L75,295" stroke="lightblue" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.7"/>
</g>
<!-- Glow Effect -->
<g>
<circle cx="150" cy="50" r="30" fill="none" stroke="rgba(255, 182, 193, 0.3)" stroke-width="10" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with cosmic dust effect -->
<rect width="300" height="300" fill="url(#starsGradient)" />
<!-- Starry background -->
<defs>
<linearGradient id="starsGradient" x1="0" y1="0" x2="300" y2="300">
<stop offset="0" style="stop-color:#000000;stop-opacity:1" />
<stop offset="1" style="stop-color:#000000;stop-opacity:0" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow" />
<feMerge>
<feMergeNode in="glow" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- Jellyfish body with gradient and blur -->
<ellipse cx="150" cy="150" rx="40" ry="30" fill="url(#jellyGradient)" filter="url(#glow)" />
<defs>
<radialGradient id="jellyGradient" cx="150" cy="150" r="1" fx="150" fy="150">
<stop offset="0" style="stop-color:#1a3cff;stop-opacity:0.8" />
<stop offset="1" style="stop-color:#ff00ff;stop-opacity:0.8" />
</radialGradient>
</defs>
<!-- Tentacles with wave patterns -->
<path d="M150,200
Q200,180 220,160
Q250,140 260,130
Q280,120 280,110
Q280,120 260,130
Q250,140 220,160
Q200,180 150,200
Q100,180 80,160
Q50,140 40,130
Q20,120 10,110
Q20,120 40,130
Q50,140 80,160
Q100,180 150,200"
fill="none" stroke="#4b0082" stroke-width="2" opacity="0.7" />
<!-- Cosmic trail effect -->
<ellipse cx="150" cy="100" rx="30" ry="20" fill="none" stroke="#4b0082" stroke-width="2" opacity="0.3" filter="url(#glow)" />
<!-- Face features -->
<circle cx="140" cy="130" r="5" fill="#ffffff" />
<circle cx="160" cy="130" r="5" fill="#ffffff" />
<path d="M140,140 Q150,135 160,140" fill="#ffffff" opacity="0.8" />
<!-- Additional cosmic elements -->
<circle cx="150" cy="150" r="50" fill="none" stroke="#4b0082" stroke-width="1" opacity="0.2" filter="url(#glow)" />
<!-- Star field -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="#ffffff" opacity="0.8" />
<circle cx="200" cy="80" r="1" fill="#ffffff" opacity="0.8" />
<circle cx="100" cy="200" r="1" fill="#ffffff" opacity="0.8" />
<circle cx="250" cy="250" r="1" fill="#ffffff" opacity="0.8" />
<circle cx="150" cy="100" r="1" fill="#ffffff" opacity="0.8" />
</g>
<!-- Halo effect around jellyfish -->
<circle cx="150" cy="150" r="60" fill="none" stroke="#0000ff" stroke-width="2" opacity="0.3" filter="url(#glow)" />
<circle cx="150" cy="150" r="60" fill="none" stroke="#00ffff" stroke-width="1" opacity="0.2" filter="url(#glow)" />
</svg>
Judge's Analysis
Player 1's image more effectively captures the concept of 'jellyfish skydiving through a galaxy of stars' with a clear depiction of a jellyfish-like form amidst a starry background.
The use of color and composition enhances the celestial theme, adhering closely to the prompt.
Player 2's submission, while creative, lacks the distinct representation of a jellyfish, making it less aligned with the prompt.
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 flying cat wearing a UFO as a hat, hovering above candy mountains"
"Umbrella growing from a teacup"
"A neon jellyfish orbiting a giant silver apple under a starry sky"
"Flying fish with balloon wings over a cityscape"
"Astronaut penguin juggling planets in space"
"Surreal clock with melting numbers and flying teacup"