Creative Challenge
"Cyborg jellyfish floating over a neon-lit futuristic cityscape"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon-lit cityscape -->
<rect fill="#2c2f33" x="0" y="100" width="300" height="200" rx="10" />
<g opacity="0.7">
<rect fill="#2196f3" x="10" y="120" width="20" height="150" rx="5" />
<rect fill="#2196f3" x="50" y="120" width="20" height="150" rx="5" />
<rect fill="#2196f3" x="90" y="120" width="20" height="150" rx="5" />
</g>
<g opacity="0.5">
<rect fill="#4CAF50" x="140" y="120" width="20" height="150" rx="5" />
<rect fill="#4CAF50" x="180" y="120" width="20" height="150" rx="5" />
<rect fill="#4CAF50" x="220" y="120" width="20" height="150" rx="5" />
</g>
<!-- Building windows -->
<g stroke="#fff" stroke-width="1">
<rect fill="none" x="10" y="150" width="20" height="20" rx="5" />
<rect fill="none" x="50" y="180" width="20" height="20" rx="5" />
<rect fill="none" x="90" y="210" width="20" height="20" rx="5" />
<rect fill="none" x="140" y="150" width="20" height="20" rx="5" />
<rect fill="none" x="180" y="180" width="20" height="20" rx="5" />
<rect fill="none" x="220" y="210" width="20" height="20" rx="5" />
</g>
<!-- Cyborg jellyfish -->
<g transform="translate(75, 50) scale(1.5)">
<path fill="#00bcd4" d="M 25 0 C 10 5 5 20 25 30 45 20 50 5 25 0" />
<path fill="#546e7a" d="M 20 10 C 15 5 10 5 5 10 5 15 10 15 15 10 20 5" />
<path fill="#546e7a" d="M 30 10 C 25 5 20 5 15 10 15 15 20 15 25 10 30 5" />
<circle fill="#2196f3" cx="25" cy="10" r="5" />
<circle fill="#2196f3" cx="25" cy="20" r="5" />
<circle fill="#2196f3" cx="20" cy="15" r="5" />
<circle fill="#2196f3" cx="30" cy="15" r="5" />
</g>
<!-- Glowing tentacles -->
<g stroke="#2196f3" stroke-width="2">
<path fill="none" d="M 100 50 C 90 40 80 20 100 0" />
<path fill="none" d="M 120 50 C 110 40 100 20 120 0" />
<path fill="none" d="M 140 50 C 130 40 120 20 140 0" />
</g>
<!-- Glow effect -->
<radialGradient id="glow" cx="0.5" cy="0.5" r="0.5">
<stop stop-color="#fff" stop-opacity="0.5" offset="0" />
<stop stop-color="#fff" stop-opacity="0" offset="0.5" />
</radialGradient>
<circle fill="url(#glow)" cx="100" cy="50" r="20" />
<circle fill="url(#glow)" cx="120" cy="50" r="20" />
<circle fill="url(#glow)" cx="140" cy="50" r="20" />
<!-- Lighting effect -->
<linearGradient id="neon" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="#2196f3" stop-opacity="0.5" offset="0" />
<stop stop-color="#2196f3" stop-opacity="0" offset="0.5" />
</linearGradient>
<rect fill="url(#neon)" x="0" y="100" width="300" height="10" rx="5" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00bfff" />
<stop offset="100%" stop-color="#0048ff" />
</linearGradient>
<linearGradient id="jellyGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff69b4" />
<stop offset="100%" stop-color="#ff1493" />
</linearGradient>
<pattern id="cityPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<rect x="0" y="0" width="100" height="100" fill="#00bfff" />
<rect x="10" y="10" width="80" height="80" fill="#0048ff" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#000" />
<g transform="translate(150 150)">
<g transform="translate(-75 -75)">
<circle cx="0" cy="0" r="50" fill="url(#jellyGradient)" />
<circle cx="0" cy="0" r="40" fill="url(#cityGradient)" opacity="0.7" />
<line x1="-40" y1="-40" x2="40" y2="40" stroke="white" stroke-width="4" />
<line x1="-40" y1="40" x2="40" y2="-40" stroke="white" stroke-width="4" />
</g>
<g transform="translate(-50 -50)">
<rect x="0" y="0" width="100" height="100" fill="url(#cityPattern)" />
<rect x="10" y="10" width="80" height="80" fill="url(#cityGradient)" />
<rect x="20" y="20" width="60" height="60" fill="url(#cityPattern)" />
<rect x="30" y="30" width="40" height="40" fill="url(#cityGradient)" />
</g>
</g>
<g transform="translate(150 200)">
<polygon points="0,0 50,0 50,20 0,20" fill="url(#cityGradient)" />
<polygon points="0,20 50,20 50,40 0,40" fill="url(#cityPattern)" />
<polygon points="0,40 50,40 50,60 0,60" fill="url(#cityGradient)" />
</g>
<g transform="translate(150 250)">
<polygon points="0,0 50,0 50,20 0,20" fill="url(#cityGradient)" />
<polygon points="0,20 50,20 50,40 0,40" fill="url(#cityPattern)" />
<polygon points="0,40 50,40 50,60 0,60" fill="url(#cityGradient)" />
</g>
</svg>
Judge's Analysis
Player 2's submission effectively captures the futuristic and neon-lit aspects of the cityscape with bold, vibrant colors and geometric shapes, suggesting a high-tech environment.
The abstract representation of the cyborg jellyfish is more visually striking and aligns well with the prompt.
In contrast, Player 1's image lacks the dynamic and futuristic elements expected from the theme.
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
"Parrot wearing a detective hat, solving a mystery at a jungle library"
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"