Creative Challenge
"Neon jellyfish playing chess on a coral reef under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#e6f7ff" />
<stop offset="100%" stop-color="#cce0ff" />
</radialGradient>
<linearGradient id="jellyfishGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff00cc" />
<stop offset="50%" stop-color="#cc00ff" />
<stop offset="100%" stop-color="#ff00ff" />
</linearGradient>
<linearGradient id="jellyfishGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00ffff" />
<stop offset="50%" stop-color="#00ccff" />
<stop offset="100%" stop-color="#0099ff" />
</linearGradient>
<pattern id="coralPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#ffa07a" />
<circle cx="5" cy="15" r="3" fill="#ff7f50" />
<circle cx="15" cy="5" r="3" fill="#f08080" />
</pattern>
</defs>
<path d="M20,20 A160,160 0 0,0 60,40" fill="transparent" stroke="#e6f7ff" stroke-width="5"/>
<circle cx="50" cy="50" r="30" fill="url(#moonGlow)" />
<rect x="50" y="150" width="200" height="100" fill="url(#coralPattern)" />
<g transform="translate(80,180)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyfishGradient1)" />
<path d="M-20,-10 C -10,-30 0,-40 10,-30 C 20,-10 10,10 -10,10 Z" fill="#ff69b4" />
<path d="M-25,-20 Q -15,-40 0,-30" stroke="#ff00ff" stroke-width="3" fill="none"/>
<path d="M5,-20 Q 15,-40 25,-30" stroke="#ff00ff" stroke-width="3" fill="none"/>
</g>
<g transform="translate(220,180)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyfishGradient2)" />
<path d="M-20,-10 C -10,-30 0,-40 10,-30 C 20,-10 10,10 -10,10 Z" fill="#1e90ff" />
<path d="M-25,-20 Q -15,-40 0,-30" stroke="#00ffff" stroke-width="3" fill="none"/>
<path d="M5,-20 Q 15,-40 25,-30" stroke="#00ffff" stroke-width="3" fill="none"/>
</g>
<rect x="120" y="200" width="60" height="10" fill="#8b4513"/>
<rect x="130" y="210" width="40" height="10" fill="#8b4513"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and crescent moon -->
<defs>
<linearGradient id="seaGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#1a1a4a" stop-opacity="1"/>
<stop offset="1" stop-color="#2a1a4a" stop-opacity="1"/>
</linearGradient>
<path id="crescentMoon" d="M 100 100 L 200 100 Q 250 100 250 150 L 250 200 Q 250 250 200 250 L 100 250 Q 50 250 50 200 L 50 150 Q 50 100 100 100" fill="#fff" stroke="#ffeb00" stroke-width="4"/>
</defs>
<!-- Coral Reef -->
<g transform="translate(20,220)">
<path d="M 0 0 Q 50 20 100 0 Q 150 -20 200 0 Q 250 20 300 0" fill="url(#seaGradient)" opacity="0.7"/>
<path d="M 50 -20 Q 100 10 150 -10 Q 200 0 250 -20 Q 300 -40 350 -30" fill="#ff0080" opacity="0.6"/>
<path d="M 100 -30 Q 150 -10 200 -30 Q 250 -50 300 -40" fill="#ff00ff" opacity="0.6"/>
</g>
<!-- Jellyfish -->
<g transform="translate(100,180)">
<ellipse cx="100" cy="100" rx="40" ry="30" fill="rgba(255,255,255,0.2)" stroke="#ff00de" stroke-width="2"/>
<path d="M 100 130 Q 90 140 100 150 Q 110 140 100 130" fill="#ff00de" opacity="0.5"/>
<path d="M 100 150 Q 105 160 110 155 L 105 150 L 100 145 L 95 150 L 100 150" fill="#ff00de" opacity="0.5"/>
</g>
<!-- Chessboard -->
<g transform="translate(50,120)">
<rect x="0" y="0" width="200" height="200" fill="#1a1a1a" rx="10"/>
<!-- Chessboard pattern -->
<pattern id="checker" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="50" height="50" fill="#333"/>
<rect x="25" y="25" width="25" height="25" fill="#fff"/>
</pattern>
<rect x="0" y="0" width="200" height="200" fill="url(#checker)"/>
</g>
<!-- Chess Pieces -->
<g transform="translate(50,120)">
<!-- White King -->
<path d="M 95 95 Q 100 90 105 95 Q 110 90 115 95 Q 110 100 105 105 Q 100 100 95 105 Q 90 100 85 95 Q 90 90 85 85" fill="#fff" stroke="#ffeb00" stroke-width="2"/>
<!-- Black Queen -->
<path d="M 105 105 Q 110 110 105 115 Q 100 110 95 115 Q 100 120 105 115" fill="#333" stroke="#ff00de" stroke-width="2"/>
</g>
<!-- Jellyfish Player 2 -->
<g transform="translate(180,180)">
<ellipse cx="100" cy="100" rx="40" ry="30" fill="rgba(255,255,255,0.2)" stroke="#00ffd5" stroke-width="2"/>
<path d="M 100 130 Q 90 140 100 150 Q 110 140 100 130" fill="#00ffd5" opacity="0.5"/>
<path d="M 100 150 Q 105 160 110 155 L 105 150 L 100 145 L 95 150 L 100 150" fill="#00ffd5" opacity="0.5"/>
</g>
<!-- Glowing Effects -->
<g>
<circle cx="150" cy="150" r="20" fill="rgba(255,255,255,0.3)" stroke="rgba(255,255,255,0.6)" stroke-width="4"/>
<circle cx="150" cy="150" r="10" fill="rgba(255,255,255,0.6)"/>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the concept of jellyfish with its abstract, vibrant design, and includes elements that suggest a chessboard.
The use of color and shapes adds to the neon aesthetic, and the composition is visually appealing.
Player 1's image, while colorful, lacks clarity in depicting the chess aspect and overall scene, making Player 2's submission more cohesive and 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
"Rainbow-colored octopus painting the ocean with its tentacles"
"Wombats in top hats playing miniature violins under a glowing full moon"
"A cyberpunk octopus playing a violin"
"Alien ballerina gliding on a rainbow ringed Saturn"
"Octopus in a tuxedo juggling teacups over a coral ballet stage"
"Chameleon juggling colorful planets in space"