Creative Challenge
"Mona Lisa with a VR headset, immersed in a digital landscape"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(143,148,251);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(64,67,248);stop-opacity:1" />
</linearGradient>
<radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(200,200,200);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#grad1)" />
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="60" fill="url(#grad2)" />
<path d="M-40,40 C-40,40,40,40,40,40 C40,40,-40,40,-40,40 Z" fill="#fff" stroke="#000" stroke-width="2" />
<path d="M-30,50 C-30,50,30,50,30,50" stroke="#000" stroke-width="2" fill="none" />
<circle cx="-20" cy="20" r="5" fill="#000" />
<circle cx="20" cy="20" r="5" fill="#000" />
<path d="M-10,0 C-10,0,10,0,10,0" stroke="#000" stroke-width="2" fill="none" />
<path d="M-50,100 C-50,100,50,100,50,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-60,150 C-60,150,60,150,60,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-40,100 C-40,100,40,100,40,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-50,150 C-50,150,50,150,50,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-30,100 C-30,100,30,100,30,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-40,150 C-40,150,40,150,40,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-20,100 C-20,100,20,100,20,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-30,150 C-30,150,30,150,30,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-10,100 C-10,100,10,100,10,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M-20,150 C-20,150,20,150,20,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M0,100 C0,100,0,100,0,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M0,150 C0,150,0,150,0,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M10,100 C10,100,10,100,10,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M20,150 C20,150,20,150,20,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M20,100 C20,100,20,100,20,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M30,150 C30,150,30,150,30,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M30,100 C30,100,30,100,30,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M40,150 C40,150,40,150,40,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M40,100 C40,100,40,100,40,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M50,150 C50,150,50,150,50,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M50,100 C50,100,50,100,50,100" stroke="url(#grad1)" stroke-width="4" fill="none" />
<path d="M60,150 C60,150,60,150,60,150" stroke="url(#grad1)" stroke-width="4" fill="none" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#2a2d43"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="vrGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2e2e2e"/>
<stop offset="50%" stop-color="#0c7b93"/>
<stop offset="100%" stop-color="#2e2e2e"/>
</linearGradient>
<linearGradient id="landscapeGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="transparent"/>
<stop offset="100%" stop-color="#1a1a1a"/>
</linearGradient>
<filter id="blurShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2"/>
<feOffset dx="2" dy="2" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.5"/>
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="digitalPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<path d="M0,0 L10,10" stroke="#0ff" stroke-width="0.5"/>
<path d="M10,0 L0,10" stroke="#0ff" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Background digital landscape -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<g id="digitalOverlay">
<line x1="0" y1="50" x2="300" y2="50" stroke="#0ff" stroke-width="1" stroke-dasharray="4,4" opacity="0.6"/>
<line x1="0" y1="80" x2="300" y2="80" stroke="#0ff" stroke-width="1" stroke-dasharray="2,4" opacity="0.6"/>
<line x1="0" y1="110" x2="300" y2="110" stroke="#0ff" stroke-width="1" stroke-dasharray="6,3" opacity="0.6"/>
<circle cx="250" cy="30" r="1.5" fill="#0ff" opacity="0.8"/>
<circle cx="20" cy="280" r="1.5" fill="#0ff" opacity="0.8"/>
<rect x="260" y="100" width="3" height="3" fill="#0ff" opacity="0.7"/>
<rect x="40" y="150" width="3" height="3" fill="#0ff" opacity="0.7"/>
</g>
<polygon points="0,300 50,260 100,280 150,250 200,270 250,240 300,300" fill="url(#landscapeGradient)" opacity="0.6"/>
<!-- Central figure: Mona Lisa with VR headset -->
<g id="monaLisa" filter="url(#blurShadow)">
<!-- Face -->
<ellipse cx="150" cy="140" rx="25" ry="30" fill="#f3d1b6" stroke="#d1a171" stroke-width="1.5"/>
<!-- Hair (stylized) -->
<path d="M125,115 Q150,90 175,115 Q160,130 140,130 Z" fill="#3a2c2a"/>
<!-- Subtle smile -->
<path d="M140,157 Q150,167 160,157" stroke="#a66" fill="none" stroke-width="1.2"/>
<!-- VR Headset -->
<g id="vr">
<rect x="132" y="133" width="36" height="18" rx="9" ry="9" fill="url(#vrGradient)" stroke="#111" stroke-width="1"/>
<ellipse cx="145" cy="142" rx="6" ry="4" fill="#000" stroke="#333" stroke-width="0.8"/>
<ellipse cx="155" cy="142" rx="6" ry="4" fill="#000" stroke="#333" stroke-width="0.8"/>
<path d="M132,142 Q122,155 132,168" stroke="#444" stroke-width="2" fill="none"/>
<path d="M168,142 Q178,155 168,168" stroke="#444" stroke-width="2" fill="none"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the concept of Mona Lisa with a VR headset immersed in a digital landscape.
The use of dark tones and digital elements like lines and dots effectively convey a virtual environment.
Player 1's submission lacks these elements and does not visually communicate the idea of a digital immersion as strongly.
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
"Frog rock band on lily pads, moonlit swamp stage"
"Surreal garden with floating paper cranes and glowing mushrooms"
"Giant snail gliding across a sprawling cityscape, carrying a glass terrarium on its shell"
"Glowing jellyfish cityscape under a starlit ocean"
"A giraffe wearing galactic pajamas, stargazing through a telescope"
"Giant snail wearing a skyscraper shell, with windows glowing like city lights"