Creative Challenge
"Flying octopus delivering mail in a steampunk city"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(135,206,250);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(176,196,222);stop-opacity:1" />
</linearGradient>
<radialGradient id="octopusGradient" cx="50%" cy="50%" r="70%" fx="40%" fy="40%">
<stop offset="0%" style="stop-color:rgb(255,160,122);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(139,69,19);stop-opacity:0.8" />
</radialGradient>
<pattern id="brickPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="rgb(212,175,55)" />
<path d="M0,5 l5,0 M5,0 l0,5 M5,5 l5,0 M0,10 l10,0" stroke="rgb(72,61,139)" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g id="steampunkCity" transform="translate(0,150)">
<rect x="0" y="0" width="300" height="100" fill="url(#brickPattern)" />
<rect x="20" y="20" width="40" height="60" fill="rgb(70,130,180)" />
<rect x="80" y="10" width="60" height="70" fill="rgb(70,130,180)" />
<rect x="160" y="30" width="30" height="50" fill="rgb(70,130,180)" />
<rect x="210" y="15" width="40" height="65" fill="rgb(70,130,180)" />
</g>
<g id="flyingOctopus" transform="translate(100,50)">
<circle cx="50" cy="50" r="50" fill="url(#octopusGradient)" />
<ellipse cx="30" cy="80" rx="8" ry="30" fill="url(#octopusGradient)" transform="rotate(-30)"/>
<ellipse cx="70" cy="80" rx="8" ry="30" fill="url(#octopusGradient)" transform="rotate(30)"/>
<ellipse cx="25" cy="70" rx="8" ry="35" fill="url(#octopusGradient)" transform="rotate(-60)"/>
<ellipse cx="75" cy="70" rx="8" ry="35" fill="url(#octopusGradient)" transform="rotate(60)"/>
<circle cx="35" cy="35" r="8" fill="white"/>
<circle cx="35" cy="35" r="4" fill="black"/>
<circle cx="65" cy="35" r="8" fill="white"/>
<circle cx="65" cy="35" r="4" fill="black"/>
<path d="M40,60 Q50,75 60,60" fill="none" stroke="black" stroke-width="2"/>
<line x1="50" y1="45" x2="50" y2="80" stroke="black" stroke-width="2"/>
<polygon points="50,80 45,90 55,90" fill="rgb(255,215,0)"/>
</g>
<g id="mailbag" transform="translate(180,100)">
<rect x="0" y="0" width="30" height="20" fill="rgb(105,105,105)" />
<line x1="0" y1="0" x2="30" y2="20" stroke="rgb(160,82,45)" stroke-width="2"/>
<line x1="0" y1="20" x2="30" y2="0" stroke="rgb(160,82,45)" stroke-width="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="gears" width="20" height="20" patternUnits="userSpaceOnUse">
<g transform="translate(5,5)">
<circle cx="5" cy="5" r="5" fill="none" stroke="#666" stroke-width="2"/>
<path d="M10 5 L12 12 L5 17 L-2 12 L0 5" fill="#999"/>
</g>
</pattern>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#4A4E5F;stop-opacity:1"/>
</linearGradient>
<linearGradient id="octoGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#6A1B9A;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#4A4E5F;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,150)">
<!-- Octopus Body -->
<path d="M0 0 Q40 40 80 0 Q40 -40 0 0" fill="url(#octoGradient)" stroke="#4A4E5F" stroke-width="2"/>
<!-- Tentacles -->
<path d="M-60 20 C-50 10 -40 15 -30 10" stroke="#6A1B9A" stroke-width="4"/>
<path d="M60 20 C50 10 40 15 30 10" stroke="#6A1B9A" stroke-width="4"/>
<path d="M-20 -40 C-10 -30 0 -35 10 -30" stroke="#6A1B9A" stroke-width="4"/>
<path d="M20 -40 C10 -30 0 -35 -10 -30" stroke="#6A1B9A" stroke-width="4"/>
<!-- Eyes -->
<circle cx="-20" cy="-10" r="8" fill="#FFA500">
<animate attributeName="fill" from="#FFA500" to="#FFD700" dur="1s" repeatCount="indefinite"/>
</circle>
<circle cx="20" cy="-10" r="8" fill="#FFA500">
<animate attributeName="fill" from="#FFA500" to="#FFD700" dur="1s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Mail -->
<g transform="translate(100,120)">
<rect width="80" height="120" rx="10" fill="#8B0000" stroke="#666" stroke-width="2"/>
<rect width="20" height="20" x="30" y="100" rx="5" fill="#666"/>
<text x="40" y="90" font-family="serif" font-size="12" fill="#FFF">STEAMPUNK POST</text>
</g>
<!-- Cityscape -->
<g transform="translate(0,220)">
<rect width="300" height="80" fill="#2F4F4F"/>
<!-- Buildings -->
<rect x="50" y="-30" width="40" height="60" fill="#A0522D" rx="5"/>
<rect x="100" y="-60" width="60" height="90" fill="#A0522D" rx="5"/>
<rect x="200" y="-45" width="50" height="75" fill="#A0522D" rx="5"/>
<!-- Chimneys -->
<rect x="60" y="-65" width="20" height="20" fill="#666"/>
<rect x="120" y="-85" width="20" height="25" fill="#666"/>
<!-- Airship -->
<path d="M150 50 Q170 40 190 50 Q170 60 150 50" fill="#808080"/>
<circle cx="150" cy="50" r="5" fill="#FFD700"/>
</g>
<!-- Clouds -->
<g transform="translate(100,80)">
<circle r="30" fill="white"/>
<circle r="25" cx="-20" fill="white"/>
<circle r="20" cx="30" cy="-10" fill="white"/>
</g>
<!-- Rays of light -->
<g transform="translate(150,100)">
<path d="M-50-50 L0 0 L50-50" stroke="#FFD700" stroke-width="2"/>
<path d="M-50 50 L0 0 L50 50" stroke="#FFD700" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 1's image clearly depicts an octopus-like creature with an envelope, set against a steampunk cityscape, effectively capturing the prompt's essence.
The use of colors and shapes, while simple, directly conveys the theme.
Player 2's image lacks a clear representation of the octopus or the steampunk city, making it less aligned with 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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"
"Moonlit elephant atop a sea of floating candles"