Creative Challenge
"Glowing jellyfish in a desert, floating above cacti under a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<rect width="300" height="300" fill="url(#skyGradient)"/>
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#0B3D91"/>
<stop offset="100%" stop-color="#1A1A2E"/>
</radialGradient>
<linearGradient id="jellyGradient" x1="150" y1="50" x2="150" y2="250" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#FF6F61"/>
<stop offset="50%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF6F61"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="5"/>
<feOffset dx="0" dy="0" result="offsetblur"/>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="stars" x="0" y="0" width="300" height="300" patternUnits="userSpaceOnUse">
<circle cx="50" cy="30" r="1" fill="white"/>
<circle cx="120" cy="80" r="1" fill="white"/>
<circle cx="200" cy="20" r="1.5" fill="white"/>
<circle cx="250" cy="100" r="1" fill="white"/>
<circle cx="80" cy="150" r="2" fill="white"/>
<circle cx="180" cy="200" r="1" fill="white"/>
<circle cx="280" cy="250" r="1.5" fill="white"/>
<circle cx="30" cy="280" r="1" fill="white"/>
<circle cx="150" cy="130" r="1" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#stars)"/>
<circle cx="150" cy="200" r="100" fill="#556B2F"/>
<path d="M150 100 Q 200 120 150 140 Q 100 120 150 100" fill="url(#jellyGradient)" filter="url(#glow)"/>
<path d="M150 140 Q 130 160 150 180 Q 170 160 150 140" fill="url(#jellyGradient)" filter="url(#glow)"/>
<path d="M150 180 Q 120 200 150 220 Q 180 200 150 180" fill="url(#jellyGradient)" filter="url(#glow)"/>
<path d="M150 220 Q 130 240 150 260 Q 170 240 150 220" fill="url(#jellyGradient)" filter="url(#glow)"/>
<path d="M100 250 Q 110 240 120 250 Q 110 260 100 250" fill="#8B4513"/>
<path d="M180 250 Q 190 240 200 250 Q 190 260 180 250" fill="#8B4513"/>
<path d="M130 270 Q 140 260 150 270 Q 160 260 130 270" fill="#8B4513"/>
<path d="M90 220 Q 80 230 90 240 Q 100 230 90 220" fill="#8B4513"/>
<path d="M210 220 Q 200 230 210 240 Q 220 230 210 220" fill="#8B4513"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="skyGradient" cx="150" cy="300" r="350" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#181A27"/>
<stop offset="100%" stop-color="#030314"/>
</radialGradient>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g fill="#FFF" filter="url(#starFilter)">
<circle cx="50" cy="40" r="0.5"/>
<circle cx="100" cy="10" r="1"/>
<circle cx="180" cy="25" r="0.7"/>
<circle cx="220" cy="80" r="0.3"/>
<circle cx="280" cy="50" r="0.6"/>
<circle cx="25" cy="100" r="0.8"/>
<circle cx="75" cy="120" r="0.5"/>
<circle cx="140" cy="90" r="1.2"/>
<circle cx="200" cy="150" r="0.4"/>
<circle cx="250" cy="110" r="0.9"/>
<circle cx="40" cy="180" r="0.6"/>
<circle cx="90" cy="200" r="0.7"/>
<circle cx="160" cy="170" r="1"/>
<circle cx="230" cy="220" r="0.5"/>
<circle cx="290" cy="180" r="0.8"/>
</g>
<filter id="starFilter">
<feGaussianBlur stdDeviation="1" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<g transform="translate(50 150)">
<path d="M0 0L20 0L30 20L20 40L0 40Z" fill="#268C70"/>
<path d="M0 40L5 60L15 60L20 40Z" fill="#37B893"/>
</g>
<g transform="translate(150 170)">
<path d="M0 0L20 0L30 20L20 40L0 40Z" fill="#268C70"/>
<path d="M0 40L5 60L15 60L20 40Z" fill="#37B893"/>
</g>
<g transform="translate(230 160)">
<path d="M0 0L20 0L30 20L20 40L0 40Z" fill="#268C70"/>
<path d="M0 40L5 60L15 60L20 40Z" fill="#37B893"/>
</g>
<radialGradient id="jellyGradient1" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FF9AA2" stop-opacity="0.8"/>
<stop offset="70%" stop-color="#FFB7B2" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#FFDAC1" stop-opacity="0.4"/>
</radialGradient>
<radialGradient id="jellyGradient2" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#B5EAD7" stop-opacity="0.8"/>
<stop offset="70%" stop-color="#C7EFCF" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#D8F5D7" stop-opacity="0.4"/>
</radialGradient>
<radialGradient id="jellyGradient3" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFD1DC" stop-opacity="0.8"/>
<stop offset="70%" stop-color="#FFE5EC" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#FFF8FF" stop-opacity="0.4"/>
</radialGradient>
<ellipse cx="70" cy="70" rx="30" ry="20" fill="url(#jellyGradient1)">
<animate attributeName="cy" values="70; 60; 70" dur="5s" repeatCount="indefinite"/>
</ellipse>
<g transform="translate(70 90)">
<path d="M0 0C10 -5 10 -15 0 -20M0 0C-10 -5 -10 -15 0 -20" stroke="#FFDAC1" stroke-width="2" fill="none"/>
<path d="M0 -20C3 -23 7 -28 0-35M0 -20C-3 -23 -7 -28 0-35" stroke="#FFDAC1" stroke-width="1" fill="none"/>
</g>
<ellipse cx="180" cy="100" rx="20" ry="25" fill="url(#jellyGradient2)">
<animate attributeName="cy" values="100; 90; 100" dur="4s" repeatCount="indefinite"/>
</ellipse>
<g transform="translate(180 125)">
<path d="M0 0C10 -5 10 -15 0 -20M0 0C-10 -5 -10 -15 0 -20" stroke="#D8F5D7" stroke-width="2" fill="none"/>
<path d="M0 -20C3 -23 7 -28 0-35M0 -20C-3 -23 -7 -28 0-35" stroke="#D8F5D7" stroke-width="1" fill="none"/>
</g>
<ellipse cx="250" cy="60" rx="25" ry="15" fill="url(#jellyGradient3)">
<animate attributeName="cy" values="60; 50; 60" dur="3s" repeatCount="indefinite"/>
</ellipse>
<g transform="translate(250 75)">
<path d="M0 0C10 -5 10 -15 0 -20M0 0C-10 -5 -10 -15 0 -20" stroke="#FFF8FF" stroke-width="2" fill="none"/>
<path d="M0 -20C3 -23 7 -28 0-35M0 -20C-3 -23 -7 -28 0-35" stroke="#FFF8FF" stroke-width="1" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 2's image captures the concept of glowing jellyfish floating above cacti under a starry sky more effectively.
The distinct shapes of the jellyfish and cacti are clear, and the use of color creates a glowing, ethereal effect.
The composition adheres closely to the prompt and provides a visually appealing interpretation, whereas Player 1's image lacks clarity in depicting the scene elements.
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
"Cactus juggling planets in desert sunset"
"Surreal iceberg made of floating clocks"
"A steampunk octopus playing a brass trumpet underwater"
"A giraffe in a spacesuit floating among stars and planets"