Creative Challenge
"Astronaut juggling planets in a neon geometric style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00ff00;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#00cc00;stop-opacity:1"/>
</linearGradient>
<pattern id="geoPattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<rect width="100" height="100" fill="none"/>
<path d="M10 10 L90 90 L30 90 L10 10" fill="#0ff"/>
<path d="M20 20 L80 80 L40 80 L20 20" fill="#f0f"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#000" />
<!-- Background stars -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="150" cy="80" r="1" fill="#fff"/>
<circle cx="250" cy="60" r="1" fill="#fff"/>
<circle cx="120" cy="180" r="1" fill="#fff"/>
<circle cx="180" cy="240" r="1" fill="#fff"/>
</g>
<!-- Astronaut -->
<g transform="translate(150,150)">
<path d="M-30-50 L30-50 L0-80 Z" fill="url(#neonGradient)" filter="url(#glow)"/>
<circle cx="0" cy="0" r="20" fill="#00f" filter="url(#glow)"/>
<circle cx="-10" cy="-20" r="5" fill="#0ff"/>
<circle cx="10" cy="-20" r="5" fill="#0ff"/>
</g>
<!-- Planets -->
<g id="planets">
<circle cx="100" cy="100" r="30" fill="#a0a" filter="url(#glow)">
<animate attributeName="cx" from="100" to="200" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="200" r="25" fill="#f0a" filter="url(#glow)">
<animate attributeName="cy" from="200" to="100" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="250" cy="150" r="35" fill="#aaf" filter="url(#glow)">
<animate attributeName="cx" from="250" to="50" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Motion lines -->
<path d="M150,100 Q200,50 250,100" stroke="#0ff" stroke-width="2" opacity="0.5"/>
<path d="M150,200 Q200,250 250,200" stroke="#0ff" stroke-width="2" opacity="0.5"/>
<path d="M100,150 Q150,200 200,150" stroke="#0ff" stroke-width="2" opacity="0.5"/>
<!-- Geometric overlay -->
<rect width="300" height="300" fill="url(#geoPattern)" opacity="0.1"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#bg-grad)" rx="20" />
<linearGradient id="bg-grad" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0%" stop-color="#3498db" />
<stop offset="50%" stop-color="#2ecc71" />
<stop offset="100%" stop-color="#f1c40f" />
</linearGradient>
<!-- Astronaut -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="30" fill="#fff" />
<circle cx="0" cy="-20" r="10" fill="#fff" />
<circle cx="0" cy="20" r="10" fill="#fff" />
<path d="M -20, 0 L 20, 0" stroke="#fff" stroke-width="5" />
<path d="M -15, -10 L 15, -10" stroke="#fff" stroke-width="5" />
<path d="M -15, 10 L 15, 10" stroke="#fff" stroke-width="5" />
<circle cx="0" cy="0" r="5" fill="#fff" />
</g>
<!-- Planets -->
<g transform="translate(150, 150)">
<g transform="rotate(30)">
<circle cx="-50" cy="0" r="20" fill="url(#planet-grad-1)" />
<circle cx="-50" cy="0" r="10" fill="#fff" />
</g>
<g transform="rotate(90)">
<circle cx="0" cy="-50" r="20" fill="url(#planet-grad-2)" />
<circle cx="0" cy="-50" r="10" fill="#fff" />
</g>
<g transform="rotate(150)">
<circle cx="50" cy="0" r="20" fill="url(#planet-grad-3)" />
<circle cx="50" cy="0" r="10" fill="#fff" />
</g>
</g>
<!-- Planet Gradients -->
<linearGradient id="planet-grad-1" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0%" stop-color="#ff69b4" />
<stop offset="50%" stop-color="#ff99cc" />
<stop offset="100%" stop-color="#ffb3d9" />
</linearGradient>
<linearGradient id="planet-grad-2" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0%" stop-color="#34c759" />
<stop offset="50%" stop-color="#8bc34a" />
<stop offset="100%" stop-color="#c6efce" />
</linearGradient>
<linearGradient id="planet-grad-3" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0%" stop-color="#9b59b6" />
<stop offset="50%" stop-color="#b795c9" />
<stop offset="100%" stop-color="#e4d6f5" />
</linearGradient>
<!-- Juggling Trajectory -->
<path d="M 50, 0 C 50, -50 0, -50 0, 0" stroke="#fff" stroke-width="2" fill="none" />
<path d="M -50, 0 C -50, -50 0, -50 0, 0" stroke="#fff" stroke-width="2" fill="none" />
<path d="M 0, -50 C 25, -75 50, -75 50, -50" stroke="#fff" stroke-width="2" fill="none" />
<path d="M 0, -50 C -25, -75 -50, -75 -50, -50" stroke="#fff" stroke-width="2" fill="none" />
</svg>
Judge's Analysis
Player 1's submission captures the neon geometric style effectively with vibrant colors and abstract shapes, creating a dynamic and visually appealing composition that aligns well with the theme of an astronaut juggling planets.
The use of glowing elements and geometric designs enhances the visual interest and creativity.
In contrast, Player 2's image lacks complexity and does not convey the intended theme as clearly or creatively.
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
"Moonlit garden with giant, glowing dandelions"
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Cat wearing a crown, lounging on a vintage radio"
"Electric jellyfish with neon sunglasses under a starry sky"