oma-command/icon.svg
nosignal 64ce7f0fcb Initial public release
OMA-COMMAND — Missile Command arcade clone in Love2D with Omarchy theme integration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 18:32:07 +01:00

33 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Ground baseline -->
<line x1="40" y1="430" x2="472" y2="430" stroke="white" stroke-width="6"/>
<!-- City silhouettes -->
<polygon points="80,430 80,400 95,400 95,385 115,385 115,400 130,400 130,430" fill="none" stroke="white" stroke-width="4" stroke-linejoin="round"/>
<polygon points="400,430 400,395 418,395 418,380 435,380 435,395 452,395 452,430" fill="none" stroke="white" stroke-width="4" stroke-linejoin="round"/>
<!-- Launcher / silo centre -->
<polygon points="230,430 230,405 256,385 282,405 282,430" fill="none" stroke="white" stroke-width="5" stroke-linejoin="round"/>
<!-- ABM trail going up-right from silo -->
<line x1="256" y1="395" x2="370" y2="200" stroke="white" stroke-width="5" stroke-linecap="round"/>
<!-- Explosion / fireball at trail tip -->
<circle cx="370" cy="200" r="58" fill="none" stroke="white" stroke-width="6"/>
<circle cx="370" cy="200" r="40" fill="none" stroke="white" stroke-width="4" opacity="0.6"/>
<circle cx="370" cy="200" r="22" fill="none" stroke="white" stroke-width="3" opacity="0.4"/>
<!-- Incoming ICBM trail from top-left -->
<line x1="80" y1="50" x2="220" y2="230" stroke="white" stroke-width="4" opacity="0.9"/>
<circle cx="220" cy="230" r="6" fill="white"/>
<!-- MIRV split fork -->
<line x1="220" y1="230" x2="180" y2="320" stroke="white" stroke-width="3" opacity="0.7"/>
<line x1="220" y1="230" x2="260" y2="330" stroke="white" stroke-width="3" opacity="0.7"/>
<!-- Crosshair top-right -->
<g stroke="white" stroke-width="4" fill="none">
<line x1="440" y1="90" x2="440" y2="130"/>
<line x1="420" y1="110" x2="460" y2="110"/>
</g>
</svg>