Creative Challenge
"Rocket ship shaped like a giant banana launching into space."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="20%" r="80%">
<stop offset="0%" style="stop-color:#000033"/>
<stop offset="50%" style="stop-color:#000066"/>
<stop offset="100%" style="stop-color:#000000"/>
</radialGradient>
<linearGradient id="bananaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFE135"/>
<stop offset="30%" style="stop-color:#FFD700"/>
<stop offset="70%" style="stop-color:#FFC107"/>
<stop offset="100%" style="stop-color:#FF8F00"/>
</linearGradient>
<linearGradient id="flameGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF4444"/>
<stop offset="30%" style="stop-color:#FF6600"/>
<stop offset="60%" style="stop-color:#FFAA00"/>
<stop offset="100%" style="stop-color:#FFFF44"/>
</linearGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFFFF" stop-opacity="1"/>
<stop offset="70%" style="stop-color:#CCCCFF" stop-opacity="0.8"/>
<stop offset="100%" style="stop-color:#FFFFFF" stop-opacity="0"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Space Background -->
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Stars -->
<circle cx="50" cy="40" r="1.5" fill="url(#starGlow)"/>
<circle cx="250" cy="60" r="1" fill="url(#starGlow)"/>
<circle cx="80" cy="80" r="0.8" fill="url(#starGlow)"/>
<circle cx="220" cy="30" r="1.2" fill="url(#starGlow)"/>
<circle cx="30" cy="120" r="0.9" fill="url(#starGlow)"/>
<circle cx="270" cy="140" r="1.1" fill="url(#starGlow)"/>
<circle cx="180" cy="50" r="0.7" fill="url(#starGlow)"/>
<!-- Exhaust Flames -->
<path d="M 120 280 Q 110 290 105 300 Q 115 295 120 280" fill="url(#flameGradient)" opacity="0.9">
<animateTransform attributeName="transform" type="scale" values="1;1.2;1" dur="0.3s" repeatCount="indefinite"/>
</path>
<path d="M 140 285 Q 135 295 130 305 Q 140 300 140 285" fill="url(#flameGradient)" opacity="0.8">
<animateTransform attributeName="transform" type="scale" values="1.1;0.9;1.1" dur="0.4s" repeatCount="indefinite"/>
</path>
<path d="M 160 280 Q 170 290 175 300 Q 165 295 160 280" fill="url(#flameGradient)" opacity="0.9">
<animateTransform attributeName="transform" type="scale" values="0.9;1.3;0.9" dur="0.35s" repeatCount="indefinite"/>
</path>
<!-- Banana Rocket Body -->
<path d="M 150 50 Q 120 60 110 90 Q 105 120 110 150 Q 115 180 125 200 Q 135 220 145 240 Q 155 260 165 270 Q 175 260 185 240 Q 195 220 205 200 Q 215 180 220 150 Q 225 120 220 90 Q 210 60 180 50 Q 165 45 150 50 Z"
fill="url(#bananaGradient)"
stroke="#CC8800"
stroke-width="2"
filter="url(#glow)"/>
<!-- Banana Brown Spots -->
<ellipse cx="130" cy="100" rx="8" ry="12" fill="#8B4513" opacity="0.6"/>
<ellipse cx="180" cy="130" rx="6" ry="10" fill="#8B4513" opacity="0.5"/>
<ellipse cx="140" cy="180" rx="7" ry="9" fill="#8B4513" opacity="0.4"/>
<ellipse cx="190" cy="200" rx="5" ry="8" fill="#8B4513" opacity="0.6"/>
<!-- Rocket Windows -->
<circle cx="150" cy="90" r="12" fill="#87CEEB" stroke="#4169E1" stroke-width="2" opacity="0.8"/>
<circle cx="180" cy="110" r="10" fill="#87CEEB" stroke="#4169E1" stroke-width="2" opacity="0.7"/>
<!-- Window Reflections -->
<circle cx="145" cy="85" r="4" fill="#FFFFFF" opacity="0.6"/>
<circle cx="175" cy="105" r="3" fill="#FFFFFF" opacity="0.5"/>
<!-- Banana Stem/Tip -->
<path d="M 150 50 Q 140 40 135 30 Q 145 35 150 50" fill="#228B22" stroke="#006400" stroke-width="1"/>
<path d="M 180 50 Q 190 40 195 30 Q 185 35 180 50" fill="#228B22" stroke="#006400" stroke-width="1"/>
<!-- Rocket Fins -->
<path d="M 110 200 L 90 220 L 100 240 L 125 225 Z" fill="#FF6B35" stroke="#CC4400" stroke-width="1"/>
<path d="M 220 200 L 240 220 L 230 240 L 205 225 Z" fill="#FF6B35" stroke="#CC4400" stroke-width="1"/>
<!-- Motion Lines -->
<path d="M 80 150 L 60 155" stroke="#FFFFFF" stroke-width="2" opacity="0.3"/>
<path d="M 75 170 L 50 175" stroke="#FFFFFF" stroke-width="1.5" opacity="0.4"/>
<path d="M 85 190 L 65 195" stroke="#FFFFFF" stroke-width="1" opacity="0.3"/>
<!-- Sparkles around rocket -->
<path d="M 100 120 L 102 118 L 104 120 L 102 122 Z" fill="#FFFF00" opacity="0.8">
<animateTransform attributeName="transform" type="rotate" values="0 102 120;360 102 120" dur="2s" repeatCount="indefinite"/>
</path>
<path d="M 210 160 L 212 158 L 214 160 L 212 162 Z" fill="#FFFF00" opacity="0.7">
<animateTransform attributeName="transform" type="rotate" values="0 212 160;-360 212 160" dur="1.5s" repeatCount="indefinite"/>
</path>
<!-- Exhaust Base -->
<ellipse cx="150" cy="270" rx="25" ry="8" fill="#FF8800" opacity="0.6"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Sky background with stars -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001f3f"/>
<stop offset="100%" stop-color="#000033"/>
</linearGradient>
<radialGradient id="rocketGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffdd55"/>
<stop offset="100%" stop-color="#ccaa33"/>
</radialGradient>
<linearGradient id="flameGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff9933"/>
<stop offset="100%" stop-color="#ff3300"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<!-- Stars -->
<g fill="#ffffff" opacity="0.8">
<circle cx="30" cy="50" r="1.5"/>
<circle cx="80" cy="80" r="1"/>
<circle cx="150" cy="40" r="2"/>
<circle cx="220" cy="70" r="1.2"/>
<circle cx="250" cy="30" r="1"/>
<circle cx="60" cy="200" r="1.8"/>
<circle cx="180" cy="150" r="1.3"/>
<circle cx="100" cy="230" r="1.4"/>
<circle cx="250" cy="200" r="1.6"/>
</g>
<!-- Artistic banana shape for the rocket -->
<g transform="translate(150, 200)">
<!-- Banana body -->
<path d="M 0 0
Q -20 -150 0 -200
Q 20 -150 0 0"
fill="url(#rocketGradient)" stroke="#d4a017" stroke-width="2"/>
<!-- Tips of banana (curved ends) -->
<ellipse cx="0" cy="-200" rx="10" ry="4" fill="#ffe135"/>
<ellipse cx="0" cy="0" rx="12" ry="6" fill="#ffe135"/>
</g>
<!-- Rocket fins (leaf-like) to enhance banana metaphor -->
<path d="M150,200
L130,230
L150,215
L170,230
Z" fill="#88cc44" opacity="0.8"/>
<path d="M150,200
L160,230
L150,220
L140,230
Z" fill="#88cc44" opacity="0.8"/>
<!-- Flame at the bottom for launch effect -->
<g transform="translate(150, 200)">
<path d="M 0 0
Q -10 15 0 25
Q 10 15 0 0" fill="url(#flameGradient)" opacity="0.8"/>
<!-- Inner glow -->
<circle cx="0" cy="15" r="4" fill="#ffff66" opacity="0.6"/>
</g>
<!-- Exhaust particles for dynamism -->
<g fill="#ffaa00" opacity="0.4">
<circle cx="150" cy="225" r="1.2" transform="translate(0,0)"/>
<circle cx="155" cy="230" r="0.8" transform="translate(0,0)"/>
<circle cx="145" cy="215" r="1" transform="translate(0,0)"/>
<circle cx="160" cy="218" r="0.7" transform="translate(0,0)"/>
</g>
<!-- Space silhouette with planets -->
<circle cx="250" cy="50" r="15" fill="#664422" opacity="0.8"/>
<circle cx="70" cy="250" r="8" fill="#999999"/>
<circle cx="200" cy="240" r="4" fill="#cccccc"/>
<circle cx="240" cy="200" r="6" fill="#ff66cc"/>
</svg>
Judge's Analysis
Player 1's submission more effectively embodies the concept of a banana-shaped rocket ship, with whimsical touches like windows and distinct rocket flames.
The design is vibrant and creative, adhering closely to the prompt while exuding charm.
Player 2's submission, while sleek and minimalistic, lacks the same distinctive banana-like and rocket-specific details, making it less engaging and visually appealing overall.
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.