AI Showdown in the Digital Arena

AI Showdown in the Digital Arena - DrawGPT

Info

Created On: May 9, 2025
Created By: User #4385
two AIs competing against each other
Bot
Why did the AI cross the road? To get to the other byte! These two are battling it out in the ultimate coding competition.

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-16T23:21:00+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"  >
  <title>AI Showdown in the Digital Arena</title>
  <desc>Why did the AI cross the road? To get to the other byte! These two are battling it out in the ultimate coding competition.</desc>
  <metadata type="keywords">AI, Competition, Digital, Battle, Code</metadata>

  <!-- Background - Deep digital void -->
  <rect id="backgroundRect" class="background" x="0" y="0" width="512" height="512" fill="#0A0A1A">
    <animate attributeName="fill" values="#0A0A1A;#1A0A2A;#0A0A1A" dur="5s" repeatCount="indefinite" />
  </rect>

  <!-- Background Grid Lines -->
  <g id="backgroundGrid" class="background-grid" stroke="#1A1A3A" stroke-width="0.5">
    <path id="gridLine1" class="grid-line" d="M0 256 L512 256">
      <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
    <path id="gridLine2" class="grid-line" d="M256 0 L256 512">
       <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
    <path id="gridLine3" class="grid-line" d="M0 128 L512 128">
       <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
    <path id="gridLine4" class="grid-line" d="M0 384 L512 384">
       <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
    <path id="gridLine5" class="grid-line" d="M128 0 L128 512">
       <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
    <path id="gridLine6" class="grid-line" d="M384 0 L384 512">
       <animate attributeName="stroke" values="#1A1A3A;#2A1A4A;#1A1A3A" dur="5s" repeatCount="indefinite" />
    </path>
  </g>

  <!-- Background Particles -->
  <circle id="particle1" class="background-particle" cx="50" cy="50" r="1" fill="#4A1A8A">
      <animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" begin="0s"/>
      <animate attributeName="cx" values="50;60;50" dur="5s" repeatCount="indefinite"/>
  </circle>
   <circle id="particle2" class="background-particle" cx="400" cy="100" r="1.5" fill="#4A1A8A">
      <animate attributeName="opacity" values="1;0;1" dur="5s" repeatCount="indefinite" begin="0.5s"/>
      <animate attributeName="cy" values="100;110;100" dur="5s" repeatCount="indefinite"/>
  </circle>
   <circle id="particle3" class="background-particle" cx="100" cy="450" r="1.2" fill="#4A1A8A">
      <animate attributeName="opacity" values="0.5;1;0.5" dur="5s" repeatCount="indefinite" begin="1s"/>
      <animate attributeName="cx" values="100;110;100" dur="5s" repeatCount="indefinite"/>
  </circle>
  <circle id="particle4" class="background-particle" cx="300" cy="300" r="0.8" fill="#4A1A8A">
      <animate attributeName="opacity" values="1;0;1" dur="5s" repeatCount="indefinite" begin="1.5s"/>
  </circle>
  <circle id="particle5" class="background-particle" cx="500" cy="200" r="1.1" fill="#4A1A8A">
      <animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" begin="2s"/>
       <animate attributeName="cy" values="200;190;200" dur="5s" repeatCount="indefinite"/>
  </circle>


  <!-- AI Arena Base -->
  <path id="arenaBase" class="arena-base" d="M100 256 Q150 150 256 150 T412 256 T256 362 T100 256Z" fill="#1A1A3A" stroke="#3A1A5A" stroke-width="3">
     <animate attributeName="stroke" values="#3A1A5A;#5A1A7A;#3A1A5A" dur="5s" repeatCount="indefinite" />
  </path>

  <!-- AI 1 (Blue) - Left -->
  <g id="ai1" class="ai-entity ai-blue" transform="translate(150 256) scale(0.8)">
    <rect id="ai1Core" class="ai-core" x="-30" y="-30" width="60" height="60" fill="#00FFFF" stroke="#00AAAA" stroke-width="5">
      <animateTransform attributeName="transform" type="rotate" values="0 0 0;360 0 0" dur="5s" repeatCount="indefinite"/>
      <animate attributeName="fill" values="#00FFFF;#00DDDD;#00FFFF" dur="5s" repeatCount="indefinite"/>
    </rect>
    <circle id="ai1Center" class="ai-center" cx="0" cy="0" r="15" fill="#007777">
      <animate attributeName="r" values="15;18;15" dur="5s" repeatCount="indefinite"/>
       <animate attributeName="fill" values="#007777;#009999;#007777" dur="5s" repeatCount="indefinite"/>
    </circle>
     <rect id="ai1Detail1" class="ai-detail" x="-40" y="-5" width="80" height="10" fill="#009999">
       <animate attributeName="fill" values="#009999;#00BBBB;#009999" dur="5s" repeatCount="indefinite"/>
    </rect>
     <rect id="ai1Detail2" class="ai-detail" x="-5" y="-40" width="10" height="80" fill="#009999">
      <animate attributeName="fill" values="#009999;#00BBBB;#009999" dur="5s" repeatCount="indefinite"/>
    </rect>
     <rect id="ai1Detail3" class="ai-detail" x="-45" y="-45" width="90" height="90" fill="none" stroke="#00AAAA" stroke-width="3"/>
  </g>

  <!-- AI 2 (Red) - Right -->
  <g id="ai2" class="ai-entity ai-red" transform="translate(362 256) scale(0.8)">
     <circle id="ai2Core" class="ai-core" cx="0" cy="0" r="40" fill="#FF0000" stroke="#AA0000" stroke-width="5">
        <animateTransform attributeName="transform" type="rotate" values="0 0 0;-360 0 0" dur="5s" repeatCount="indefinite"/>
        <animate attributeName="fill" values="#FF0000;#DD0000;#FF0000" dur="5s" repeatCount="indefinite"/>
    </circle>
     <rect id="ai2Center" class="ai-center" x="-10" y="-10" width="20" height="20" fill="#770000">
       <animateTransform attributeName="transform" type="rotate" values="0 0 0;360 0 0" dur="5s" repeatCount="indefinite"/>
       <animate attributeName="fill" values="#770000;#990000;#770000" dur="5s" repeatCount="indefinite"/>
    </rect>
     <path id="ai2Detail1" class="ai-detail" d="M0 -50 L-40 0 L0 50 L40 0 Z" fill="#AA0000">
       <animate attributeName="fill" values="#AA0000;#BB0000;#AA0000" dur="5s" repeatCount="indefinite"/>
    </path>
     <path id="ai2Detail2" class="ai-detail" d="M0 -55 L-45 0 L0 55 L45 0 Z" fill="none" stroke="#DD0000" stroke-width="3"/>
  </g>

  <!-- Energy Beams -->
  <path id="blueBeam" class="energy-beam blue-beam" d="M180 256 L256 256" stroke="#00FFFF" stroke-width="10" stroke-linecap="round">
     <animate attributeName="stroke" values="#00FFFF;#00DDDD;#00FFFF" dur="0.5s" repeatCount="indefinite"/>
     <animate attributeName="d" values="M180 256 L256 256;M185 256 L261 256;M180 256 L256 256" dur="0.2s" repeatCount="indefinite"/>
  </path>
   <path id="redBeam" class="energy-beam red-beam" d="M332 256 L256 256" stroke="#FF0000" stroke-width="10" stroke-linecap="round">
     <animate attributeName="stroke" values="#FF0000;#DD0000;#FF0000" dur="0.5s" repeatCount="indefinite"/>
     <animate attributeName="d" values="M332 256 L256 256;M327 256 L251 256;M332 256 L256 256" dur="0.2s" repeatCount="indefinite"/>
  </path>

  <!-- Collision Zone -->
  <g id="collisionZone" class="collision-zone">
    <circle id="collisionEffect1" class="collision-effect" cx="256" cy="256" r="20" fill="#FF00FF" opacity="0.8">
      <animate attributeName="r" values="20;40;20" dur="1s" repeatCount="indefinite"/>
       <animate attributeName="opacity" values="0.8;0.4;0.8" dur="1s" repeatCount="indefinite"/>
       <animate attributeName="fill" values="#FF00FF;#FFFF00;#FF00FF" dur="1s" repeatCount="indefinite"/>
    </circle>
     <circle id="collisionEffect2" class="collision-effect" cx="256" cy="256" r="30" fill="#00FFFF" opacity="0.6">
      <animate attributeName="r" values="30;50;30" dur="1.5s" repeatCount="indefinite" begin="0.2s"/>
       <animate attributeName="opacity" values="0.6;0.2;0.6" dur="1.5s" repeatCount="indefinite" begin="0.2s"/>
        <animate attributeName="fill" values="#00FFFF;#00FF00;#00FFFF" dur="1.5s" repeatCount="indefinite" begin="0.2s"/>
    </circle>
     <rect id="collisionEffect3" class="collision-effect" x="246" y="246" width="20" height="20" fill="#FFFF00" opacity="0.7">
       <animateTransform attributeName="transform" type="rotate" values="0 256 256;360 256 256" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="width" values="20;50;20" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="height" values="20;50;20" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="x" values="246;231;246" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="y" values="246;231;246" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="opacity" values="0.7;0.3;0.7" dur="2s" repeatCount="indefinite"/>
       <animate attributeName="fill" values="#FFFF00;#FF00FF;#FFFF00" dur="2s" repeatCount="indefinite"/>
    </rect>
  </g>

   <!-- Data Streams/Particles in Collision Zone -->
   <circle id="dataParticle1" class="data-particle" cx="256" cy="256" r="2" fill="#FF00FF">
      <animateMotion path="M 0 0 Q 50 -50 100 0 Q 50 50 0 0 Z" dur="3s" repeatCount="indefinite"/>
      <animate attributeName="r" values="2;4;2" dur="1s" repeatCount="indefinite"/>
   </circle>
   <circle id="dataParticle2" class="data-particle" cx="256" cy="256" r="1.5" fill="#00FFFF">
      <animateMotion path="M 0 0 Q -50 -50 -100 0 Q -50 50 0 0 Z" dur="3.5s" repeatCount="indefinite" begin="0.5s"/>
       <animate attributeName="r" values="1.5;3;1.5" dur="1.2s" repeatCount="indefinite"/>
   </circle>
    <rect id="dataParticle3" class="data-particle" x="254" y="254" width="4" height="4" fill="#FFFF00">
        <animateMotion path="M 0 0 C 50 50 -50 50 0 0 Z" dur="4s" repeatCount="indefinite" begin="1s"/>
        <animateTransform attributeName="transform" type="rotate" values="0 256 256;360 256 256" dur="2s" repeatCount="indefinite"/>
         <animate attributeName="width" values="4;8;4" dur="1.5s" repeatCount="indefinite"/>
    </rect>

  <!-- Foreground circuit details -->
   <path id="foregroundCircuit1" class="foreground-circuit" d="M50 50 L80 50 L80 80" fill="none" stroke="#3A1A5A" stroke-width="2" opacity="0.5"/>
   <path id="foregroundCircuit2" class="foreground-circuit" d="M462 50 L432 50 L432 80" fill="none" stroke="#3A1A5A" stroke-width="2" opacity="0.5"/>
    <path id="foregroundCircuit3" class="foreground-circuit" d="M50 462 L80 462 L80 432" fill="none" stroke="#3A1A5A" stroke-width="2" opacity="0.5"/>
    <path id="foregroundCircuit4" class="foreground-circuit" d="M462 462 L432 462 L432 432" fill="none" stroke="#3A1A5A" stroke-width="2" opacity="0.5"/>


</svg>

                
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.