Creative Challenge
"Futuristic jellyfish floating in a neon-lit cityscape, geometric style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cityGlow" x1="0" y1="0" x2="300" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#0ff" offset="0"/>
<stop stop-color="#00f" offset="1"/>
</linearGradient>
<radialGradient id="jellyGlow" cx="150" cy="150" r="100" fx="150" fy="150" gradientUnits="userSpaceOnUse">
<stop stop-color="#ff00ff" offset="0"/>
<stop stop-color="#ff0080" offset="1"/>
</radialGradient>
<pattern id="jellyPattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path d="M0 0 L50 50 L100 0 L50 -50 Z" fill="#ffffff" stroke="#ff00ff" stroke-width="2"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#cityGlow)"/>
<!-- Cityscape -->
<path d="M20 200 L80 240 L140 200 L100 160 Z" fill="#1a1a1a" stroke="#0ff" stroke-width="2"/>
<path d="M180 220 L240 260 L260 180 L200 140 Z" fill="#1a1a1a" stroke="#0ff" stroke-width="2"/>
<path d="M50 280 L110 300 L170 280 L130 250 Z" fill="#1a1a1a" stroke="#0ff" stroke-width="2"/>
<!-- Jellyfish -->
<circle cx="150" cy="150" r="100" fill="url(#jellyGlow)" stroke="#ff00ff" stroke-width="4"/>
<path d="M150 50 L120 150 L150 250 Z" fill="url(#jellyPattern)"/>
<path d="M150 50 L180 150 L150 250 Z" fill="url(#jellyPattern)"/>
<!-- Tentacles -->
<path d="M150 250 C200 220, 220 180, 250 150" stroke="#ff0080" stroke-width="3" fill="none"/>
<path d="M150 250 C100 220, 80 180, 50 150" stroke="#ff0080" stroke-width="3" fill="none"/>
<!-- Background elements -->
<path d="M0 0 L300 300" stroke="#0ff" stroke-width="1" opacity="0.3"/>
<path d="M0 300 L300 0" stroke="#0ff" stroke-width="1" opacity="0.3"/>
<!-- Glowing effects -->
<circle cx="150" cy="150" r="110" stroke="#0ff" stroke-width="2" opacity="0.5" fill="none"/>
<circle cx="150" cy="150" r="90" stroke="#0ff" stroke-width="2" opacity="0.5" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#171717" rx="10" />
<rect x="0" y="0" width="300" height="250" fill="#141414" rx="10" />
<!-- Cityscape -->
<g transform="translate(20 180)">
<g transform="rotate(-15 0 0)">
<path d="M20 0L40 -60 60 0Z" fill="#4CAF50" />
<path d="M60 0L80 -60 100 0Z" fill="#FF9800" />
<path d="M100 0L120 -60 140 0Z" fill="#2196F3" />
</g>
<g transform="rotate(15 170 0)">
<path d="M140 0L160 -60 180 0Z" fill="#9C27B0" />
<path d="M180 0L200 -60 220 0Z" fill="#E74C3C" />
<path d="M220 0L240 -60 260 0Z" fill="#009688" />
</g>
</g>
<!-- Road -->
<path d="M40 250C140 270 220 270 260 250" stroke="#03A9F4" stroke-width="10" fill="none" />
<path d="M40 240C140 260 220 260 260 240" stroke="#8BC34A" stroke-width="10" fill="none" />
<!-- Neon lights -->
<g transform="translate(50 250)">
<rect x="10" y="10" width="20" height="5" fill="#f70" rx="2" />
<rect x="40" y="10" width="20" height="5" fill="#fe0" rx="2" />
<rect x="70" y="10" width="20" height="5" fill="#0df" rx="2" />
</g>
<!-- Jellyfish -->
<g transform="translate(100 100)">
<path d="M40 -40C40 10 80 50 120 10C160 -30 140 -70 90 -70C30 -70 30 -40 40 -40" fill="#B1CEAC" opacity="0.8" />
<path d="M30 -10L50 -40 70 10 110 -40 130 -10" stroke="#b3db9f" stroke-width="10" fill="none" opacity="0.6" />
<circle cx="90" cy="10" r="30" fill="#58998c" opacity="0.5" />
<circle cx="50" cy="20" r="10" fill="#FFC850" opacity="0.8" />
<circle cx="130" cy="20" r="10" fill="#25aab3" opacity="0.8" />
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a futuristic jellyfish with vibrant neon colors and geometric shapes, reflecting the prompt well.
The use of bright pink and blue contrasts sharply, creating a visually appealing and dynamic composition.
Player 2's image, while creative, lacks the clear representation of a jellyfish and cityscape, making it less adherent to 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
"Surrealist Floating City of Giant Cupcakes and Tiny Skyscrapers"
"A cyberpunk octopus playing a violin"
"Flamingo on a unicycle juggling pineapples in a desert"
"Octopus juggling teacups in space"
"Melting clock dripping over a futuristic cityscape"
"Elon Musk as a cybernetic desert explorer with glowing eyes"