Github ((install)) | Games Io

.controls margin-top: 18px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;

.info-panel display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; margin-bottom: 8px; flex-wrap: wrap; gap: 15px;

body background: linear-gradient(145deg, #0a0f1e 0%, #0c1222 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; font-family: 'Segoe UI', 'Poppins', 'Inter', system-ui, -apple-system, 'Courier New', monospace; margin: 0; padding: 20px; games io github

.status background: #00000066; border-radius: 40px; padding: 6px 18px; font-size: 0.85rem; font-weight: 500; color: #bbd9ff; text-align: center; letter-spacing: 1px;

.score-card background: #03060cbb; backdrop-filter: blur(8px); padding: 8px 22px; border-radius: 60px; border-left: 4px solid #3bc9ff; font-weight: 700; letter-spacing: 1px; .controls margin-top: 18px

.best-label font-size: 0.85rem; text-transform: uppercase; color: #ffcd94;

.best-card background: #03060cbb; backdrop-filter: blur(8px); padding: 8px 22px; border-radius: 60px; border-right: 4px solid #ffb347; .info-panel display: flex

// Game settings const GRID_SIZE = 20; // 20x20 grid const CELL_SIZE = canvas.width / GRID_SIZE; // 30px