Creative Challenge
"A penguin juggling three colorful fish under a disco ball."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Disco Ball -->
<g transform="translate(150 50)">
<circle cx="0" cy="0" r="50" fill="url(#disco-ball)" />
<g transform="rotate(45)">
<rect x="-20" y="-20" width="40" height="40" fill="url(#disco-ball)" rx="10" />
<rect x="-20" y="10" width="40" height="40" fill="url(#disco-ball)" rx="10" />
<rect x="10" y="-20" width="40" height="40" fill="url(#disco-ball)" rx="10" />
<rect x="10" y="10" width="40" height="40" fill="url(#disco-ball)" rx="10" />
</g>
</g>
<!-- Penguin -->
<g transform="translate(120 150)">
<ellipse cx="0" cy="0" rx="30" ry="40" fill="#333" />
<ellipse cx="0" cy="50" rx="20" ry="30" fill="#333" />
<circle cx="0" cy="0" r="10" fill="#fff" />
<circle cx="15" cy="15" r="5" fill="#fff" />
<circle cx="-15" cy="15" r="5" fill="#fff" />
<path d="M -20 30 C -15 20, 15 20, 20 30" stroke="#fff" stroke-width="2" fill="none" />
</g>
<!-- Fish 1 -->
<g transform="translate(70 180) rotate(30)">
<path d="M 0 0 C 20 0, 40 20, 40 40 C 40 60, 20 80, 0 80 C -20 80, -40 60, -40 40 C -40 20, -20 0, 0 0" fill="url(#fish-1)" />
<circle cx="0" cy="40" r="10" fill="#fff" />
</g>
<!-- Fish 2 -->
<g transform="translate(150 220) rotate(-30)">
<path d="M 0 0 C 20 0, 40 20, 40 40 C 40 60, 20 80, 0 80 C -20 80, -40 60, -40 40 C -40 20, -20 0, 0 0" fill="url(#fish-2)" />
<circle cx="0" cy="40" r="10" fill="#fff" />
</g>
<!-- Fish 3 -->
<g transform="translate(230 180) rotate(60)">
<path d="M 0 0 C 20 0, 40 20, 40 40 C 40 60, 20 80, 0 80 C -20 80, -40 60, -40 40 C -40 20, -20 0, 0 0" fill="url(#fish-3)" />
<circle cx="0" cy="40" r="10" fill="#fff" />
</g>
<!-- Gradients -->
<defs>
<linearGradient id="disco-ball" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff69b4" />
<stop offset="0.5" stop-color="#ffe68b" />
<stop offset="1" stop-color="#ff69b4" />
</linearGradient>
<linearGradient id="fish-1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff99cc" />
<stop offset="0.5" stop-color="#ff66b3" />
<stop offset="1" stop-color="#ff99cc" />
</linearGradient>
<linearGradient id="fish-2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#33ccff" />
<stop offset="0.5" stop-color="#66d9ef" />
<stop offset="1" stop-color="#33ccff" />
</linearGradient>
<linearGradient id="fish-3" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ffff00" />
<stop offset="0.5" stop-color="#ccff00" />
<stop offset="1" stop-color="#ffff00" />
</linearGradient>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradients -->
<radialGradient id="bg-grad" cx="50%" cy="40%" r="80%">
<stop offset="0%" stop-color="#242872" />
<stop offset="70%" stop-color="#6842B6"/>
<stop offset="100%" stop-color="#14143f"/>
</radialGradient>
<radialGradient id="penguin-belly" cx="50%" cy="60%" r="70%">
<stop offset="0%" stop-color="#fff" />
<stop offset="100%" stop-color="#e5e7ef" />
</radialGradient>
<linearGradient id="penguin-black" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#262730"/>
<stop offset="100%" stop-color="#505169"/>
</linearGradient>
<radialGradient id="beak-grad" cx="60%" cy="70%" r="60%">
<stop offset="0%" stop-color="#ffd100"/>
<stop offset="80%" stop-color="#ff9f1c"/>
</radialGradient>
<radialGradient id="fin-grad" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#4c444f"/>
<stop offset="100%" stop-color="#181821"/>
</radialGradient>
<!-- Fish gradients -->
<linearGradient id="fish1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#20e3c2" />
<stop offset="100%" stop-color="#37aee6" />
</linearGradient>
<linearGradient id="fish2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff5cc2" />
<stop offset="100%" stop-color="#cf32e6" />
</linearGradient>
<linearGradient id="fish3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffe44d" />
<stop offset="100%" stop-color="#ff903f" />
</linearGradient>
<!-- Disco ball gradients -->
<radialGradient id="disco-ball" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#fff" />
<stop offset="80%" stop-color="#e8e8e8" />
<stop offset="100%" stop-color="#cacaca" />
</radialGradient>
<linearGradient id="disco-reflect" x1="0%" y1="20%" x2="80%" y2="100%">
<stop offset="0%" stop-color="#fff" stop-opacity="0.5" />
<stop offset="100%" stop-color="#ffffff00" stop-opacity="0"/>
</linearGradient>
<!-- Disco ball sparkle -->
<radialGradient id="sparkle" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff" stop-opacity="1" />
<stop offset="100%" stop-color="#fff" stop-opacity="0" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bg-grad)" />
<!-- Light beams from disco ball -->
<g opacity="0.23">
<polygon points="150,40 115,110 185,110" fill="#d4dbe9"/>
<polygon points="150,60 170,120 130,120" fill="#bcdcfc"/>
<polygon points="150,35 185,80 215,110" fill="#edd8f8"/>
<polygon points="150,35 115,80 85,110" fill="#eed68d"/>
<polygon points="150,33 150,130 154,130 154,33" fill="#fffebb"/>
</g>
<!-- Disco ball chain -->
<rect x="146" y="12" width="8" height="33" rx="3" fill="#d3cedc" />
<!-- Disco ball -->
<g>
<circle cx="150" cy="48" r="26" fill="url(#disco-ball)" stroke="#c7d9fc" stroke-width="3"/>
<!-- Disco ball tiles -->
<g>
<rect x="134" y="35" width="6" height="6" fill="#d5e1fa"/>
<rect x="141" y="35" width="6" height="6" fill="#aebde5"/>
<rect x="148" y="35" width="6" height="6" fill="#e8f1ff"/>
<rect x="155" y="35" width="6" height="6" fill="#aebde5"/>
<rect x="134" y="42" width="6" height="6" fill="#e8f1ff"/>
<rect x="141" y="42" width="6" height="6" fill="#ced4ed"/>
<rect x="148" y="42" width="6" height="6" fill="#d5e1fa"/>
<rect x="155" y="42" width="6" height="6" fill="#e8f1ff"/>
<rect x="134" y="49" width="6" height="6" fill="#aebde5"/>
<rect x="141" y="49" width="6" height="6" fill="#e8f1ff"/>
<rect x="148" y="49" width="6" height="6" fill="#ced4ed"/>
<rect x="155" y="49" width="6" height="6" fill="#d5e1fa"/>
<rect x="134" y="56" width="6" height="6" fill="#ced4ed"/>
<rect x="141" y="56" width="6" height="6" fill="#aebde5"/>
<rect x="148" y="56" width="6" height="6" fill="#e8f1ff"/>
<rect x="155" y="56" width="6" height="6" fill="#d5e1fa"/>
</g>
<!-- Ball reflection highlight -->
<ellipse cx="140" cy="43" rx="10" ry="4" fill="url(#disco-reflect)" opacity="0.65" />
<ellipse cx="153" cy="52" rx="4" ry="2" fill="#fff" opacity="0.28"/>
<!-- Sparkle -->
<circle cx="163" cy="33" r="4" fill="url(#sparkle)" />
<circle cx="143" cy="55" r="2" fill="url(#sparkle)" />
<circle cx="167" cy="60" r="1.7" fill="url(#sparkle)" />
</g>
<!-- Penguin Body -->
<g>
<!-- Shadow ellipse -->
<ellipse cx="158" cy="232" rx="56" ry="14" fill="#43466d" opacity="0.21"/>
<!-- Left fin -->
<path d="M108,155 Q70,180 110,205 Q131,210 120,165 Z" fill="url(#fin-grad)" filter="url(#fin-blur)"/>
<!-- Right fin -->
<path d="M192,155 Q230,180 192,207 Q171,206 183,165 Z" fill="url(#fin-grad)" filter="url(#fin-blur)"/>
<!-- Penguin black body -->
<ellipse cx="150" cy="170" rx="55" ry="74" fill="url(#penguin-black)" />
<!-- White belly -->
<ellipse cx="150" cy="185" rx="37" ry="55" fill="url(#penguin-belly)" />
<!-- Belly color spot -->
<ellipse cx="150" cy="200" rx="18" ry="15" fill="#f9fafb" opacity="0.25"/>
<!-- Penguin face/white -->
<ellipse cx="150" cy="136" rx="32" ry="33" fill="url(#penguin-belly)" />
<!-- Left cheek blush -->
<ellipse cx="135" cy="149" rx="7" ry="3" fill="#fdb69d" opacity="0.87"/>
<!-- Right cheek blush -->
<ellipse cx="165" cy="149" rx="7" ry="3" fill="#fdb69d" opacity="0.87"/>
<!-- Eyes -->
<ellipse cx="139" cy="138" rx="6.2" ry="8" fill="#373345"/>
<ellipse cx="161" cy="138" rx="6.2" ry="8" fill="#373345"/>
<!-- Eye shine -->
<ellipse cx="137" cy="136" rx="1.5" ry="1.7" fill="#fff" opacity="0.8"/>
<ellipse cx="159" cy="136" rx="1.3" ry="1.5" fill="#fff" opacity="0.7"/>
<!-- Beak -->
<ellipse cx="150" cy="146" rx="6.5" ry="5.5" fill="url(#beak-grad)" filter="url(#beak-glow)" />
<path d="M146,146 Q150,154 154,146" fill="none" stroke="#ee8400" stroke-width="2"/>
</g>
<!-- Fish 1 - Left, turquoise -->
<g>
<g transform="rotate(-25 100 125)">
<ellipse cx="100" cy="125" rx="17" ry="8" fill="url(#fish1)" stroke="#1e577a" stroke-width="1.2"/>
<!-- Tail -->
<polygon points="85,124 78,121 83,130" fill="#37aee6" stroke="#168c8e" stroke-width="1" />
<!-- Fin -->
<polygon points="107,133 112,139 104,137" fill="#47e8bb" opacity="0.85"/>
<!-- Eye -->
<ellipse cx="113" cy="124" rx="1.2" ry="1.7" fill="#262d33"/>
<ellipse cx="113.4" cy="123.8" rx="0.65" ry="0.85" fill="#fff" opacity="0.67"/>
<!-- Scales -->
<ellipse cx="95" cy="123" rx="2.3" ry="1.1" fill="#fff" opacity="0.2"/>
<ellipse cx="101" cy="129" rx="2" ry="0.9" fill="#fff" opacity="0.12"/>
<ellipse cx="110" cy="127" rx="1.7" ry="0.7" fill="#fff" opacity="0.15"/>
</g>
<!-- Trailing arc path to show motion -->
<path d="M134 160 Q96 90 56 110" fill="none" stroke="#83f7e0" stroke-width="2" stroke-dasharray="6 6" opacity="0.4"/>
</g>
<!-- Fish 2 - Top, pink -->
<g>
<g transform="rotate(10 150 70)">
<ellipse cx="150" cy="70" rx="16" ry="9" fill="url(#fish2)" stroke="#a445b8" stroke-width="1.3"/>
<!-- Tail -->
<polygon points="134,70 129,66 132,75" fill="#fd90e1" stroke="#be24c1" stroke-width="1" />
<!-- Fin -->
<polygon points="157,60 162,63 154,69" fill="#ffe1fa" opacity="0.7"/>
<!-- Eye -->
<ellipse cx="164.5" cy="70" rx="1.1" ry="1.7" fill="#351a45"/>
<ellipse cx="164.9" cy="69.8" rx="0.6" ry="0.8" fill="#fff" opacity="0.67"/>
<!-- Scales -->
<ellipse cx="145" cy="68" rx="2.1" ry="0.8" fill="#fff" opacity="0.13"/>
<ellipse cx="151" cy="74" rx="2" ry="0.8" fill="#fff" opacity="0.10"/>
<ellipse cx="158" cy="75" rx="1.7" ry="0.5" fill="#fff" opacity="0.14"/>
</g>
<!-- Trailing arc path to show motion -->
<path d="M160 102 Q157 29 210 50" fill="none" stroke="#ffb4e8" stroke-width="2" stroke-dasharray="6 6" opacity="0.42"/>
</g>
<!-- Fish 3 - Right, yellow-orange -->
<g>
<g transform="rotate(22 206 137)">
<ellipse cx="206" cy="137" rx="16" ry="8" fill="url(#fish3)" stroke="#e99d33" stroke-width="1.2"/>
<!-- Tail -->
<polygon points="221,136 228,131 226,141" fill="#ffd374" stroke="#ff903f" stroke-width="1" />
<!-- Fin -->
<polygon points="199,134 199,142 192,139" fill="#fff7bb" opacity="0.7"/>
<!-- Eye -->
<ellipse cx="191" cy="135" rx="1.1" ry="1.7" fill="#ae631d"/>
<ellipse cx="190.6" cy="134.6" rx="0.56" ry="0.88" fill="#fff" opacity="0.67"/>
<!-- Scales -->
<ellipse cx="210" cy="132" rx="2.1" ry="1.1" fill="#fff" opacity="0.14"/>
<ellipse cx="202" cy="140" rx="1.8" ry="0.7" fill="#fff" opacity="0.10"/>
<ellipse cx="207" cy="138" rx="1.3" ry="0.5" fill="#fff" opacity="0.10"/>
</g>
<!-- Trailing arc path to show motion -->
<path d="M173 164 Q223 108 265 148" fill="none" stroke="#ffe789" stroke-width="2" stroke-dasharray="6 6" opacity="0.34"/>
</g>
<!-- Penguin feet -->
<g>
<ellipse cx="172" cy="226" rx="11" ry="8" fill="#ffb51d"/>
<ellipse cx="128" cy="226" rx="11" ry="8" fill="#ffb51d"/>
<!-- Toes (three per foot) -->
<ellipse cx="178" cy="230" rx="2.3" ry="2" fill="#fd8408" opacity="0.7"/>
<ellipse cx="172" cy="233" rx="2.3" ry="1.4" fill="#fd8408" opacity="0.7"/>
<ellipse cx="167" cy="230" rx="2" ry="1.3" fill="#fd8408" opacity="0.7"/>
<ellipse cx="134" cy="230" rx="2.3" ry="2" fill="#fd8408" opacity="0.7"/>
<ellipse cx="128" cy="233" rx="2.3" ry="1.4" fill="#fd8408" opacity="0.7"/>
<ellipse cx="123" cy="230" rx="2" ry="1.3" fill="#fd8408" opacity="0.7"/>
</g>
<!-- Bottom disco light dots -->
<g>
<circle cx="100" cy="272" r="5" fill="#b9ecff" opacity="0.4"/>
<circle cx="80" cy="264" r="3.5" fill="#fff176" opacity="0.32"/>
<circle cx="170" cy="283" r="6.2" fill="#ff6df6" opacity="0.38"/>
<circle cx="196" cy="266" r="4" fill="#94fdcd" opacity="0.38"/>
<circle cx="140" cy="292" r="4" fill="#fff" opacity="0.28"/>
<circle cx="120" cy="285" r="4.7" fill="#9ff1fe" opacity="0.24"/>
<circle cx="230" cy="270" r="3.8" fill="#ffe886" opacity="0.33"/>
<circle cx="83" cy="293" r="2.8" fill="#ffb0ef" opacity="0.19"/>
</g>
<!-- Confetti for disco vibe -->
<g>
<rect x="115" y="35" width="2.3" height="8" rx="1" fill="#47e8bb" opacity="0.25" transform="rotate(-22 116 39)"/>
<rect x="185" y="40" width="1.7" height="6.5" rx="0.8" fill="#ffe44d" opacity="0.21" transform="rotate(18 185 44)"/>
<rect x="160" y="24" width="3" height="9" rx="1" fill="#ff6df6" opacity="0.23" transform="rotate(7 163 28)"/>
<rect x="137" y="67" width="2" height="7" rx="1" fill="#97e57a" opacity="0.18" transform="rotate(-29 138 70)"/>
<rect x="163" y="63" width="1.4" height="5" rx="0.7" fill="#ffb51d" opacity="0.18" transform="rotate(5 164 65)"/>
<rect x="154" y="19" width="1.2" height="4.5" rx="0.5" fill="#37aee6" opacity="0.12" transform="rotate(18 154 21)"/>
</g>
<!-- Extra: Dancing shadow (optional subtle) -->
<ellipse cx="90" cy="245" rx="8" ry="3" fill="#3b3d6a" opacity="0.09"/>
<ellipse cx="212" cy="249" rx="12" ry="4" fill="#3b3d6a" opacity="0.13"/>
</svg>
Judge's Analysis
Player 2's submission is more detailed and adheres closely to the prompt, featuring a recognizable penguin juggling three colorful fish under a disco ball.
The composition is visually appealing, technically refined, and creative.
Player 1's submission is abstract and lacks clear representation of the penguin and the fish, 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.