Creative Challenge
"Banksy's face emerging from a graffiti-covered wall"
<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="100%">
<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="graffiti" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="url(#grad1)" />
</pattern>
</defs>
<rect width="300" height="300" fill="black" />
<rect x="50" y="50" width="200" height="200" fill="url(#graffiti)" />
<path d="M120,100 Q150,80 180,100 T240,150" stroke="white" stroke-width="4" fill="none" />
<circle cx="150" cy="130" r="20" fill="white" />
<circle cx="150" cy="150" r="10" fill="black" />
<circle cx="150" cy="170" r="5" fill="black" />
<path d="M120,190 Q150,180 180,190" stroke="white" stroke-width="4" fill="none" />
<path d="M120,130 Q150,120 180,130" stroke="white" stroke-width="4" fill="none" />
<path d="M100,100 Q120,80 140,100" stroke="white" stroke-width="4" fill="none" />
<path d="M160,100 Q180,80 200,100" stroke="white" stroke-width="4" fill="none" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Graffiti-covered wall -->
<rect x="0" y="0" width="300" height="300" fill="#36393f" />
<text x="150" y="30" font-size="20" fill="#fff">BANKSY</text>
<!-- Banksy's face emerging -->
<!-- Face outline -->
<circle cx="150" cy="120" r="80" fill="#f4d03f" />
<!-- Eyes -->
<circle cx="130" cy="105" r="15" fill="#000" />
<circle cx="170" cy="105" r="15" fill="#000" />
<!-- Nose -->
<polygon points="150,125 140,155 160,155" fill="#000" />
<!-- Mouth -->
<path d="M140,165 Q150,180 160,165" fill="none" stroke="#000" stroke-width="2" />
<!-- Graffiti details -->
<!-- Spray paint -->
<circle cx="50" cy="50" r="10" fill="#f00" />
<circle cx="100" cy="80" r="8" fill="#ff8c00" />
<circle cx="200" cy="40" r="12" fill="#00f" />
<circle cx="250" cy="90" r="15" fill="#0f0" />
<!-- Tags -->
<text x="30" y="200" font-size="12" fill="#fff">Art</text>
<text x="70" y="220" font-size="12" fill="#fff">Rebel</text>
<text x="190" y="210" font-size="12" fill="#fff">Street</text>
<text x="230" y="240" font-size="12" fill="#fff">Freedom</text>
</svg>
Judge's Analysis
Player 1's submission creatively integrates the concept of a face emerging from a graffiti wall using a dot matrix pattern, suggesting a modern, digital take on graffiti.
This approach is both abstract and intriguing, aligning well with Banksy's mysterious persona.
Player 2's image, while colorful and symbolic with words associated with Banksy, doesn't visually convey the idea of a face emerging from graffiti as effectively.
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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"