Creative Challenge
"Neon jellyfish in space, tentacles trailing through starry void"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="#000" />
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="none" stroke="#fff" stroke-width="0.5" opacity="0.8"/>
<circle cx="80" cy="100" r="1.5" fill="none" stroke="#fff" stroke-width="0.5" opacity="0.6"/>
<circle cx="150" cy="80" r="1" fill="none" stroke="#fff" stroke-width="0.5" opacity="0.7"/>
<circle cx="200" cy="150" r="1.2" fill="none" stroke="#fff" stroke-width="0.5" opacity="0.5"/>
<circle cx="250" cy="200" r="1" fill="none" stroke="#fff" stroke-width="0.5" opacity="0.8"/>
</g>
<!-- Jellyfish Body -->
<ellipse cx="150" cy="100" rx="50" ry="30" fill="url(#jellyGradient)" filter="url(#jellyGlow)" />
<defs>
<radialGradient id="jellyGradient" cx="150" cy="100" r="1" fx="150" fy="100" rx="50" ry="30">
<stop offset="0" stop-color="#ff00ff" stop-opacity="0.8"/>
<stop offset="1" stop-color="#ff00ff" stop-opacity="0.3"/>
</radialGradient>
<filter id="jellyGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Tentacles -->
<path d="M150,150 Q200,170 250,180 Q280,190 280,200 Q280,210 250,220 L250,240"
fill="none" stroke="url(#tentacleGradient)" stroke-width="8" filter="url(#tentacleGlow)" />
<path d="M150,150 Q100,170 50,180 Q0,190 0,200 Q0,210 50,220 L50,240"
fill="none" stroke="url(#tentacleGradient)" stroke-width="8" filter="url(#tentacleGlow)" />
<path d="M150,150 Q200,130 250,120 Q280,110 280,100 Q280,90 250,80 L250,60"
fill="none" stroke="url(#tentacleGradient)" stroke-width="8" filter="url(#tentacleGlow)" />
<path d="M150,150 Q100,130 50,120 Q0,110 0,100 Q0,90 50,80 L50,60"
fill="none" stroke="url(#tentacleGradient)" stroke-width="8" filter="url(#tentacleGlow)" />
<defs>
<linearGradient id="tentacleGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#ff00ff" stop-opacity="0.8"/>
<stop offset="1" stop-color="#ff0080" stop-opacity="0.2"/>
</linearGradient>
<filter id="tentacleGlow">
<feGaussianBlur stdDeviation="3" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Glowing Aura -->
<circle cx="150" cy="100" r="60" fill="none" stroke="#00f0ff" stroke-width="2" opacity="0.3"/>
<circle cx="150" cy="100" r="40" fill="none" stroke="#00f0ff" stroke-width="2" opacity="0.2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</radialGradient>
<linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00ffff;stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="1" height="1" patternUnits="objectBoundingBox">
<circle cx="0.5" cy="0.5" r="0.05" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<rect width="300" height="300" fill="url(#stars)" />
<g transform="translate(150, 100)">
<ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#jellyfishGradient)" />
<path d="M -50 30 C -70 50, -80 70, -50 100 C -30 130, -10 150, 0 180 C 10 150, 30 130, 50 100 C 80 70, 70 50, 50 30" fill="none" stroke="url(#jellyfishGradient)" stroke-width="5" stroke-linecap="round" />
<path d="M -40 30 C -50 50, -60 70, -40 100 C -20 130, 0 150, 10 180 C 20 150, 40 130, 60 100 C 80 70, 70 50, 60 30" fill="none" stroke="url(#jellyfishGradient)" stroke-width="5" stroke-linecap="round" />
<path d="M -30 30 C -40 50, -50 70, -30 100 C -10 130, 10 150, 20 180 C 30 150, 50 130, 70 100 C 90 70, 80 50, 70 30" fill="none" stroke="url(#jellyfishGradient)" stroke-width="5" stroke-linecap="round" />
<ellipse cx="0" cy="0" rx="10" ry="5" fill="#ffffff" />
<ellipse cx="20" cy="-10" rx="8" ry="4" fill="#ffffff" />
<ellipse cx="-20" cy="-10" rx="8" ry="4" fill="#ffffff" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the essence of 'neon jellyfish in space' more effectively, with a clear depiction of trailing tentacles and a vibrant color gradient that adds depth and interest.
The design is visually appealing and technically well-executed, adhering closely to the prompt with a strong sense of space and movement.
In contrast, Player 1's image lacks clear representation of a jellyfish and is less visually compelling.
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
"Flamingo playing a saxophone under a giant mushroom"
"Cloud surfing cat with starry eyes above a candy cane forest"
"Floating cityscape on a giant tortoise shell"
"An owl wearing steampunk goggles, perched on a crescent moon"
"Flying cat in a tuxedo, holding an umbrella, soaring above giant cupcakes"
"Elon Musk as a cybernetic centaur exploring Mars"