Creative Challenge
"A neon-lit jellyfish hovering above a cyberpunk cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff00ff" />
<stop offset="100%" stop-color="#00ffff" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff00ff" stop-opacity="0.8" />
<stop offset="100%" stop-color="#00ffff" stop-opacity="0.2" />
</linearGradient>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a1a2e" />
<stop offset="100%" stop-color="#16213e" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0f2027" />
<stop offset="100%" stop-color="#203a43" />
</linearGradient>
<filter id="glow">
<flood flood-color="#00ffff" flood-opacity="0.6" result="flood"/>
<blur in="flood" stdDeviation="3" result="blur"/>
<merge>
<use xlink:href="#shape" />
<use in="blur" />
</merge>
</filter>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Cyberpunk Cityscape -->
<g id="cityscape">
<!-- Building 1 -->
<rect x="50" y="150" width="40" height="150" fill="url(#buildingGradient)" />
<rect x="55" y="160" width="10" height="20" fill="#ff00ff" />
<rect x="70" y="160" width="10" height="15" fill="#00ffff" />
<rect x="55" y="185" width="10" height="20" fill="#ff00ff" />
<rect x="70" y="185" width="10" height="15" fill="#00ffff" />
<!-- Building 2 -->
<rect x="110" y="130" width="60" height="170" fill="url(#buildingGradient)" />
<rect x="120" y="140" width="10" height="20" fill="#ff00ff" />
<rect x="135" y="140" width="10" height="20" fill="#00ffff" />
<rect x="150" y="140" width="10" height="20" fill="#ff00ff" />
<rect x="165" y="140" width="10" height="15" fill="#00ffff" />
<rect x="120" y="165" width="10" height="20" fill="#ff00ff" />
<rect x="135" y="165" width="10" height="20" fill="#00ffff" />
<rect x="150" y="165" width="10" height="15" fill="#ff00ff" />
<rect x="165" y="165" width="10" height="20" fill="#00ffff" />
<!-- Building 3 -->
<rect x="190" y="170" width="50" height="130" fill="url(#buildingGradient)" />
<rect x="200" y="180" width="10" height="15" fill="#ff00ff" />
<rect x="215" y="180" width="10" height="15" fill="#00ffff" />
<rect x="230" y="180" width="10" height="15" fill="#ff00ff" />
<rect x="245" y="180" width="10" height="10" fill="#00ffff" />
<rect x="200" y="200" width="10" height="20" fill="#ff00ff" />
<rect x="215" y="200" width="10" height="20" fill="#00ffff" />
<rect x="230" y="200" width="10" height="15" fill="#ff00ff" />
<rect x="245" y="200" width="10" height="20" fill="#00ffff" />
</g>
<!-- Jellyfish -->
<g id="jellyfish" transform="translate(150,80)">
<!-- Bell -->
<ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#jellyGradient)" stroke="#00ffff" stroke-width="2" filter="url(#glow)" />
<!-- Tentacles -->
<g stroke="url(#tentacleGradient)" stroke-width="2" fill="none">
<path d="M-20,10 Q-25,40 -30,60" />
<path d="M-10,10 Q-15,35 -25,55" />
<path d="M0,10 Q-5,30 -15,50" />
<path d="M10,10 Q5,30 15,50" />
<path d="M20,10 Q25,40 30,60" />
<path d="M25,10 Q28,35 35,55" />
<path d="M-25,10 Q-28,35 -35,55" />
<path d="M30,10 Q32,38 40,60" />
</g>
<!-- Glow -->
<ellipse cx="0" cy="0" rx="50" ry="25" fill="none" stroke="#00ffff" stroke-width="4" opacity="0.3" />
</g>
<!-- Neon Lines -->
<g stroke="#00ffff" stroke-width="1">
<line x1="0" y1="250" x2="300" y2="250" stroke-dasharray="5,5" />
<line x1="0" y1="260" x2="300" y2="260" stroke-dasharray="5,5" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGlow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#120524"/>
<stop offset="100%" stop-color="#2b0f50"/>
</linearGradient>
<radialGradient id="jellyGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ff00ff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ff00ff" stop-opacity="0"/>
</radialGradient>
<filter id="neonBlur">
<feGaussianBlur stdDeviation="2"/>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
<!-- Cityscape -->
<g transform="translate(0,180)">
<path d="M0,120 V0 H300 V120" fill="#000033"/>
<g fill="#000066">
<rect x="20" y="20" width="30" height="100"/>
<rect x="60" y="0" width="40" height="120"/>
<rect x="110" y="30" width="25" height="90"/>
<rect x="145" y="10" width="35" height="110"/>
<rect x="190" y="40" width="28" height="80"/>
<rect x="230" y="5" width="45" height="115"/>
</g>
<!-- Building Windows -->
<g fill="#00ffff" opacity="0.8">
<g id="windows" transform="translate(25,30)">
<rect x="0" y="0" width="2" height="2"/>
<rect x="0" y="10" width="2" height="2"/>
<rect x="0" y="20" width="2" height="2"/>
<rect x="10" y="5" width="2" height="2"/>
<rect x="10" y="15" width="2" height="2"/>
<rect x="10" y="25" width="2" height="2"/>
</g>
<use href="#windows" x="40" y="-10"/>
<use href="#windows" x="90" y="20"/>
<use href="#windows" x="130" y="-15"/>
<use href="#windows" x="170" y="25"/>
<use href="#windows" x="210" y="-5"/>
</g>
</g>
<!-- Jellyfish -->
<g transform="translate(150,120)">
<!-- Glow effect -->
<circle cx="0" cy="0" r="50" fill="url(#jellyGlow)"/>
<!-- Main body -->
<path d="M-30,0 Q0,-40 30,0 Q40,20 30,40 Q0,50 -30,40 Q-40,20 -30,0Z"
fill="#ff00ff" opacity="0.6" filter="url(#neonBlur)"/>
<!-- Tentacles -->
<g stroke="#ff00ff" stroke-width="2" fill="none" opacity="0.8">
<path d="M-20,40 Q-25,60 -15,80 Q-5,100 -10,120" filter="url(#neonBlur)"/>
<path d="M-10,40 Q-15,70 -5,90 Q5,110 0,130" filter="url(#neonBlur)"/>
<path d="M0,40 Q-5,65 5,85 Q15,105 10,125" filter="url(#neonBlur)"/>
<path d="M10,40 Q5,70 15,90 Q25,110 20,130" filter="url(#neonBlur)"/>
<path d="M20,40 Q15,60 25,80 Q35,100 30,120" filter="url(#neonBlur)"/>
</g>
<!-- Inner details -->
<path d="M-15,-10 Q0,-20 15,-10 Q0,0 -15,-10"
fill="#ffffff" opacity="0.3"/>
</g>
<!-- Additional light effects -->
<g fill="#00ffff" opacity="0.5">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="70" r="1"/>
<circle cx="200" cy="40" r="0.5"/>
<circle cx="100" cy="60" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's image effectively captures the prompt with a neon-lit jellyfish hovering above a cityscape, using a vibrant color palette that enhances the cyberpunk theme.
The image displays strong technical quality and visual appeal with a clear depiction of the jellyfish and city elements.
Player 1's image failed to load, providing no basis for evaluation.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"