// Win condition: no bots left if (bots.length === 0) gameRunning = false; alert(`Victory! You survived with $player.health HP. Score: $score`); return;
body background: #0a0f1e; display: flex; justify-content: center; align-items: center; min-height: 100vh; font-family: 'Courier New', monospace;
canvas background: #2a3f2a; border-radius: 12px; box-shadow: 0 0 0 3px #4a6f4a; cursor: crosshair;
function updateBullets() for (let i = 0; i < bullets.length; i++)