diff --git a/index.html b/index.html index 6d99563..81b9c9d 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,10 @@ --snake: #facc15; --head: #fde047; --food: #ff6b6b; + --rock: #94a3b8; + --car: #38bdf8; + --thunder-warning: #c084fc; + --thunder-active: #f8fafc; --text: #f1f5f9; --muted: #9fb0bd; } @@ -86,6 +90,13 @@ color: var(--food); } + .legend { + margin: 8px 0 0; + font-size: 0.82rem; + color: var(--muted); + text-align: center; + } + @media (max-width: 520px) { .hint { font-size: 0.82rem; @@ -101,7 +112,8 @@

SNAKE

-

Use Arrow Keys or WASD. Press Space to restart after game over.

+

Use Arrow Keys or WASD. Eat food and avoid rocks, cars, and thunder. Press Space to restart after game over.

+

Rocks stay put. Cars sweep across lanes. Thunder flashes where the warning markers appear.