Creative Challenge
"Mona Lisa as a futuristic cyborg"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
</linearGradient>
<pattern id="techPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="url(#grad1)" />
<circle cx="5" cy="5" r="3" fill="white" />
</pattern>
<linearGradient id="eyeGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#techPattern)" />
<path d="M150,100 Q130,60 110,100 T190,100" fill="none" stroke="white" stroke-width="5" />
<circle cx="150" cy="120" r="40" fill="url(#eyeGrad)" />
<path d="M130,140 C140,130 160,130 170,140" fill="none" stroke="white" stroke-width="5" />
<rect x="130" y="160" width="40" height="10" fill="white" />
<path d="M100,200 Q120,180 140,200 T180,200" fill="none" stroke="white" stroke-width="5" />
<circle cx="150" cy="250" r="30" fill="url(#grad1)" />
<circle cx="150" cy="250" r="25" fill="none" stroke="white" stroke-width="3" />
<circle cx="150" cy="250" r="20" fill="none" stroke="white" stroke-width="2" />
<circle cx="150" cy="250" r="15" fill="none" stroke="white" stroke-width="1" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="futuristicGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff007f"/>
<stop offset="100%" stop-color="#00f0ff"/>
</linearGradient>
<radialGradient id="faceGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#fddbb0"/>
<stop offset="100%" stop-color="#ff7f00" stop-opacity="0.3"/>
</radialGradient>
<pattern id="cyberPattern" x="4" y="4" width="8" height="8" patternUnits="userSpaceOnUse">
<circle cx="4" cy="4" r="2" fill="#00f0ff"/>
<rect x="2" y="2" width="4" height="4" fill="none" stroke="#00ff40" stroke-width="0.5"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#futuristicGradient)"/>
<ellipse cx="150" cy="150" rx="65" ry="90" fill="url(#faceGradient)" stroke="#002f55" stroke-width="3"/>
<g transform="translate(105, 100)">
<rect x="0" y="0" width="90" height="60" fill="url(#cyberPattern)" transform="rotate(2)"/>
</g>
<path d="M130,170 Q150,190 170,170" fill="none" stroke="#000" stroke-width="2"/>
<line x1="115" y1="130" x2="130" y2="130" stroke="#000" stroke-width="3"/>
<line x1="170" y1="130" x2="185" y2="130" stroke="#000" stroke-width="3"/>
<path d="M128,148 Q150,160 172,148" fill="none" stroke="#ff007f" stroke-width="2"/>
<g transform="translate(75, 200) scale(0.8, 0.8)">
<rect x="50" y="50" width="200" height="80" fill="#555" opacity="0.7"/>
<text x="150" y="90" text-anchor="middle" font-family="Arial" font-size="20" fill="#00ff40">Cyborg Mona Lisa</text>
</g>
<path d="M110,120 L110,145" stroke="#0044ff" stroke-width="3" stroke-dasharray="4,2" />
<path d="M190,120 L190,145" stroke="#0044ff" stroke-width="3" stroke-dasharray="4,2" />
<circle cx="150" cy="190" r="15" fill="#00f0ff" stroke="#ff007f" stroke-width="2" stroke-dasharray="4,4"/>
</svg>
Judge's Analysis
Player 2's submission offers a clearer representation of the Mona Lisa as a futuristic cyborg with recognizable facial features and a futuristic grid pattern that aligns well with the theme.
The use of color gradients and the labeled text enhance the visual appeal and clarity of the concept.
Player 1's image, while colorful and technically interesting, is more abstract and less directly connected 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
"A moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"