Creative Challenge
"Rocketship shaped like a fish leaping out of a cupcake galaxy."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2b0052"/>
<stop offset="60%" stop-color="#0a0021"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00ffde"/>
<stop offset="50%" stop-color="#0066ff"/>
<stop offset="100%" stop-color="#ff6600"/>
</linearGradient>
<linearGradient id="cupcakeFrostingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff99cc"/>
<stop offset="100%" stop-color="#ff3399"/>
</linearGradient>
<pattern id="wrapperPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#ffeeaa"/>
<path d="M0,10 L10,0" stroke="#ddaa77" stroke-width="2"/>
</pattern>
<filter id="starGlow">
<feGaussianBlur stdDeviation="1.2" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Galaxy Background -->
<rect width="300" height="300" fill="url(#galaxyGradient)"/>
<!-- Stars -->
<g filter="url(#starGlow)">
<circle cx="40" cy="20" r="1.5" fill="#fff"/>
<circle cx="270" cy="60" r="2" fill="#f8f"/>
<circle cx="120" cy="100" r="1" fill="#aff"/>
<circle cx="200" cy="180" r="1.8" fill="#faa"/>
<circle cx="50" cy="230" r="1.2" fill="#ffd"/>
<circle cx="160" cy="40" r="2.5" fill="#fff"/>
<circle cx="280" cy="240" r="1.3" fill="#aaf"/>
</g>
<!-- Cupcake Galaxy -->
<g transform="translate(60,180)">
<!-- Wrapper -->
<path d="M0,0 L180,0 C170,60 10,60 0,0 Z" fill="url(#wrapperPattern)" stroke="#ccaa88" stroke-width="2"/>
<!-- Frosting Swirl -->
<path d="M30,0
C20,-30 60,-50 90,-30
C120,-10 150,-40 140,-70
C130,-100 60,-100 40,-70
C20,-40 60,-20 80,0 Z"
fill="url(#cupcakeFrostingGradient)" stroke="#e60073" stroke-width="2"/>
<!-- Sprinkles -->
<g>
<circle cx="60" cy="-30" r="2" fill="#ffff33"/>
<circle cx="100" cy="-50" r="2.5" fill="#33ff77"/>
<circle cx="80" cy="-20" r="1.8" fill="#ff3366"/>
<circle cx="50" cy="-60" r="2" fill="#33d1ff"/>
<circle cx="120" cy="-40" r="1.5" fill="#ffdd00"/>
</g>
</g>
<!-- Fish Rocketship -->
<g transform="translate(100,130) scale(0.7) rotate(-20)">
<!-- Body -->
<path d="M0,0 C40,-15 80,-15 120,0 C80,20 40,20 0,0 Z"
fill="url(#fishGradient)" stroke="#003344" stroke-width="2"/>
<!-- Eye -->
<circle cx="30" cy="-2" r="6" fill="#fff"/>
<circle cx="32" cy="-2" r="3" fill="#003344"/>
<!-- Tail Fins -->
<path d="M120,0 L150,-15 L140,0 L150,15 Z"
fill="url(#fishGradient)" stroke="#003344" stroke-width="2"/>
<path d="M40,10 L60,30 L50,10 L60,-10 Z"
fill="url(#fishGradient)" stroke="#003344" stroke-width="2"/>
<!-- Rocket Exhaust -->
<g filter="url(#starGlow)">
<path d="M0,0 L-20,10 L-30,0 L-20,-10 Z" fill="#ffcc00">
<animateTransform attributeName="transform" type="scale"
values="1;0.8;1" dur="0.5s" repeatCount="indefinite"/>
</path>
<path d="M-20,8 L-40,20 L-45,15 L-25,5 Z" fill="#ff6600" opacity="0.7">
<animateTransform attributeName="transform" type="scale"
values="1;0.7;1" dur="0.6s" repeatCount="indefinite"/>
</path>
<path d="M-25,-8 L-45,-20 L-50,-15 L-30,-5 Z" fill="#ff3300" opacity="0.5">
<animateTransform attributeName="transform" type="scale"
values="1;0.6;1" dur="0.7s" repeatCount="indefinite"/>
</path>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with starry effect -->
<rect width="300" height="300" fill="url(#nightSky)" />
<!-- Cupcake Galaxy -->
<defs>
<linearGradient id="cupcakeFrosting" x1="0%" y1="0%" x2="0%" y2="100%" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#FFB3BA;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF69B4;stop-opacity:1" />
</linearGradient>
<linearGradient id="rocketMetal" x1="0%" y1="0%" x2="0%" y2="100%" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#C0C0C0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#808080;stop-opacity:1" />
</linearGradient>
<linearGradient id="cockpit" x1="0%" y1="0%" x2="0%" y2="100%" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#1A1A1A;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4A4A4A;stop-opacity:1" />
</linearGradient>
<linearGradient id="nightSky" x1="0%" y1="0%" x2="100%" y2="100%" gradientUnits="userSpaceOnUse">
<stop offset="0%" style="stop-color:#0B0B2D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1A1A4A;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Fish-shaped Rocket -->
<g transform="translate(150,230)">
<!-- Rocket Body -->
<path d="M0 0 Q50 -20 100 0 Q150 20 200 0 Q250 -20 300 0 L300 40 Q250 20 200 40 Q150 60 100 40 Q50 20 0 40 L0 0" fill="url(#rocketMetal)" />
<!-- Fins -->
<path d="M60 10 Q70 0 80 10" fill="#808080" />
<path d="M240 10 Q230 0 220 10" fill="#808080" />
<!-- Cockpit -->
<path d="M140 20 Q150 15 160 20 Q155 25 140 25" fill="url(#cockpit)" />
<!-- Tail Spark -->
<path d="M170 20 Q180 25 170 30" fill="url(#cockpit)" />
<path d="M170 20 Q160 25 170 30" fill="url(#cockpit)" />
<!-- Thruster -->
<rect x="150" y="35" width="10" height="15" fill="red" />
</g>
<!-- Cupcake Elements -->
<g transform="translate(150,150)">
<!-- Swirl Pattern -->
<path d="M0 0 Q50 -30 100 0 Q150 30 200 0 Q250 -30 300 0 Q350 30 400 0" fill="none" stroke="#FFB3BA" stroke-width="8" opacity="0.7" />
<!-- Cupcake Layers -->
<rect x="50" y="0" width="200" height="100" rx="20" fill="url(#cupcakeFrosting)" />
<rect x="70" y="20" width="160" height="80" rx="15" fill="url(#cupcakeFrosting)" />
<rect x="90" y="40" width="120" height="60" rx="10" fill="url(#cupcakeFrosting)" />
<!-- Cherry on Top -->
<path d="M150 0 Q160 10 150 20 Q140 10 150 0" fill="url(#cockpit)" />
</g>
<!-- Stars -->
<g opacity="0.5">
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="250" cy="250" r="3" fill="white" />
<circle cx="100" cy="200" r="1" fill="white" />
<circle cx="200" cy="100" r="2" fill="white" />
</g>
</svg>
Judge's Analysis
Player 1's image captures the prompt effectively with a clear depiction of a fish-shaped rocket leaping from a cupcake-like structure in a galaxy setting.
The design is colorful, creative, and visually appealing, with strong adherence to the theme.
Player 2's submission lacks clarity and detail, making it difficult to connect to the given 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 flamingo wearing a crown, standing on a stack of pancakes."
"A clock melting over a campfire under a starry sky."
"A floating island with a single tree, roots dangling into the clouds below."
"A lizard wearing roller skates on a tightrope under a crescent moon."