Creative Challenge
"A lion with Albert Einstein's face in a cosmic nebula mane"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="nebulagradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1a1a40;stop-opacity:1" />
<stop offset="50%" style="stop-color:#352f6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5e4c99;stop-opacity:1" />
</radialGradient>
<linearGradient id="lionbody" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#a67c49;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d4af37;stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#nebulagradient)" />
<g transform="translate(50, 50)">
<circle cx="100" cy="100" r="100" fill="url(#lionbody)" />
<circle cx="100" cy="100" r="90" fill="url(#nebulagradient)" />
<circle cx="100" cy="100" r="80" fill="url(#stars)" />
<path d="M100,0 Q150,50 200,100 T300,200 Q250,250 200,300 T100,400 Q50,350 0,300 T-100,200 Q0,150 100,0" fill="none" stroke="#d4af37" stroke-width="5" stroke-linecap="round" />
<g transform="translate(30, 30)">
<circle cx="70" cy="70" r="50" fill="#ffe0b2" />
<path d="M70,30 C80,40 90,50 70,70 C50,90 30,110 70,150 Q90,160 100,170" fill="none" stroke="#5e4c99" stroke-width="3" />
<circle cx="70" cy="50" r="5" fill="black" />
<circle cx="90" cy="50" r="5" fill="black" />
<path d="M60,100 Q70,110 80,100" stroke="black" stroke-width="2" fill="none" />
</g>
<g transform="translate(100, 50)">
<ellipse cx="0" cy="0" rx="20" ry="40" fill="#5e4c99" />
<ellipse cx="0" cy="0" rx="15" ry="35" fill="#352f6b" />
<ellipse cx="0" cy="0" rx="10" ry="30" fill="#1a1a40" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmicGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(133,193,233);stop-opacity:0.8" />
<stop offset="30%" style="stop-color:rgb(80,99,198);stop-opacity:0.8" />
<stop offset="70%" style="stop-color:rgb(51,17,95);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(17,40,91);stop-opacity:0.8" />
</radialGradient>
<clipPath id="einsteinFace">
<circle cx="150" cy="150" r="50" />
</clipPath>
</defs>
<rect width="300" height="300" fill="url(#cosmicGradient)" />
<g clip-path="url(#einsteinFace)">
<path d="M100,150 q50,-30 100,0 q-50,30 -100,0" fill="#fff" />
<ellipse cx="130" cy="140" rx="12" ry="16" fill="#fff" />
<ellipse cx="170" cy="140" rx="12" ry="16" fill="#fff" />
<circle cx="130" cy="140" r="6" fill="#000" />
<circle cx="170" cy="140" r="6" fill="#000" />
<path d="M125,170 q25,10 50,0" stroke="#fff" stroke-width="2" fill="none" />
<path d="M115,135 q20,-20 70,-5" stroke="#fff" stroke-width="2" fill="none" />
<path d="M178,167 q10,10 25,5" stroke="#fff" stroke-width="2" fill="none" />
</g>
<g>
<circle cx="150" cy="150" r="120" fill="none" stroke="#fff" stroke-width="5" opacity="0.5"/>
<circle cx="150" cy="150" r="110" fill="none" stroke="#fff" stroke-width="5" opacity="0.4"/>
<circle cx="150" cy="150" r="100" fill="none" stroke="#fff" stroke-width="5" opacity="0.3"/>
<circle cx="150" cy="150" r="90" fill="none" stroke="#fff" stroke-width="5" opacity="0.2"/>
</g>
<g>
<path d="M150,50 q-20,80 0,160 q20,-80 0,-160" stroke="#fff" stroke-width="2" fill="none"/>
<path d="M100,120 q50,40 100,0" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M100,180 q50,-40 100,0" fill="none" stroke="#fff" stroke-width="2"/>
</g>
<circle cx="150" cy="85" r="10" fill="#fff" opacity="0.5"/>
<circle cx="120" cy="80" r="6" fill="#fff" opacity="0.7"/>
<circle cx="170" cy="95" r="6" fill="#fff" opacity="0.7"/>
<circle cx="200" cy="150" r="10" fill="#fff" opacity="0.5"/>
<circle cx="150" cy="230" r="15" fill="#fff" opacity="0.5"/>
<circle cx="100" cy="160" r="8" fill="#fff" opacity="0.6"/>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the cosmic theme with its use of celestial elements and a more abstract representation that hints at a lion's features within a cosmic context.
While both images are creative, Player 2's design has a stronger adherence to the prompt and better visual appeal through its composition and technical execution.
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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"