Creative Challenge
"A dragon made entirely of origami, soaring over a tiny paper city"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0F6FF"/>
</linearGradient>
<linearGradient id="dragonGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF4136"/>
<stop offset="50%" stop-color="#FF851B"/>
<stop offset="100%" stop-color="#FFDC00"/>
</linearGradient>
<pattern id="paperTexture" patternUnits="userSpaceOnUse" width="4" height="4">
<path d="M0 4L4 0M-1 1L1 -1M3 5L5 3" stroke="#00000033" stroke-width="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Paper City -->
<g transform="translate(0 220)">
<g fill="#f0f0f0" stroke="#999">
<rect x="20" y="30" width="25" height="50"/>
<polygon points="20 30, 45 30, 32.5 15" fill="#a8d8ff"/>
<rect x="60" y="45" width="30" height="35"/>
<polygon points="60 45, 90 45, 75 30" fill="#ffb3ba"/>
<rect x="110" y="55" width="20" height="25" fill="#d4c5f9"/>
<rect x="150" width="40" height="80" fill="#fff"/>
<polygon points="150 0, 190 0, 170 -15" fill="#c7f0d2"/>
<rect x="200" y="20" width="35" height="60" fill="#ffd700"/>
<polygon points="200 20, 235 20, 217.5 5" fill="#ff9e9e"/>
<rect x="250" y="40" width="30" height="40"/>
<polygon points="250 40, 280 40, 265 25"/>
</g>
</g>
<!-- Origami Dragon -->
<g transform="translate(100 80)" stroke="#0003" stroke-width="0.5">
<g fill="url(#dragonGrad)" filter="url(#shadow)">
<!-- Body -->
<polygon points="60,150 40,130 60,110 80,130" transform="rotate(-15 60 130)"/>
<polygon points="80,130 60,110 80,90 100,110"/>
<polygon points="100,110 80,90 100,70 120,90"/>
<!-- Wings -->
<path d="M30 90Q-20 60 30 30L50 50Q40 70 50 90Z" fill-opacity="0.8"/>
<path d="M130 90Q180 60 130 30L110 50Q120 70 110 90Z" fill-opacity="0.8"/>
<!-- Head -->
<polygon points="120,70 140,50 160,70 140,90"/>
<polygon points="140,50 160,30 180,50 160,70"/>
<!-- Tail -->
<polygon points="30 150 50 170 30 190 10 170"/>
<polygon points="10 170 30 190 10 210 -10 190"/>
</g>
<!-- Texture -->
<rect width="300" height="300" fill="url(#paperTexture)" opacity="0.2"/>
</g>
<!-- Cloud Effects -->
<g fill="#ffffff99">
<circle cx="50" cy="50" r="15"/>
<circle cx="70" cy="55" r="20"/>
<circle cx="250" cy="80" r="18"/>
<circle cx="270" cy="70" r="12"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#1E90FF"/>
</linearGradient>
<linearGradient id="dragonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</linearGradient>
<pattern id="patternPaper" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 0 L10 0 L10 10 L0 10 Z" fill="#FFF" stroke="#DDD" stroke-width="0.5"/>
</pattern>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#A9A9A9"/>
<stop offset="100%" stop-color="#696969"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Paper City -->
<g transform="translate(50, 220)">
<rect x="0" y="20" width="20" height="30" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="30" y="10" width="25" height="35" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="60" y="15" width="15" height="25" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="80" y="5" width="20" height="40" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="110" y="18" width="18" height="22" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="140" y="12" width="22" height="28" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
<rect x="170" y="20" width="20" height="30" fill="url(#cityGradient)" stroke="#333" stroke-width="0.5"/>
</g>
<!-- Origami Dragon -->
<g transform="translate(150, 100)">
<!-- Dragon Body -->
<path d="M0,0 L20,-10 L40,0 L30,15 L50,25 L30,35 L40,50 L20,40 L0,50 L10,35 L-10,25 L10,15 Z" fill="url(#dragonGradient)" stroke="#FF4500" stroke-width="1"/>
<!-- Dragon Wings -->
<polygon points="-10,5 -30,-10 -10,-5" fill="#FFD700" stroke="#FF8C00" stroke-width="0.5"/>
<polygon points="50,15 70,0 50,5" fill="#FFD700" stroke="#FF8C00" stroke-width="0.5"/>
<!-- Tail -->
<path d="M40,50 L55,60 L40,55 Z" fill="#FF8C00" stroke="#FF4500" stroke-width="0.5"/>
<!-- Eyes -->
<circle cx=25 cy=10 r=2 fill="#000"/>
<circle cx=35 cy=10 r=2 fill="#000"/>
</g>
<!-- Clouds -->
<g>
<ellipse cx="80" cy="60" rx="20" ry="10" fill="#FFFFFF" opacity="0.8"/>
<ellipse cx="120" cy="80" rx="25" ry="12" fill="#FFFFFF" opacity="0.7"/>
<ellipse cx="200" cy="50" rx="15" ry="8" fill="#FFFFFF" opacity="0.6"/>
</g>
</svg>
Judge's Analysis
Player 1's submission creatively uses origami elements to represent both the dragon and the city, adhering well to the prompt.
The technical quality and compositional strength are solid, with a clear depiction of the dragon soaring over the city.
Player 2's image could not be evaluated due to an error, making Player 1 the default winner.
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
"Moonlit jellyfish ballroom in the sky"
"A violin playing octopus under a starry sky in a geometric style"
"Futuristic cityscape reflected in a puddle, Pointillism"
"A snail with a cityscape shell, glowing windows, under a starry night sky, in pop art style"
"A dragon sipping tea in a flower-filled meadow"
"Neon jellyfish wearing vintage scuba gear in a cosmic underwater scene"