Add bot to play against.

This commit is contained in:
Greyson Parrelli
2026-07-23 15:58:12 -04:00
parent 3825dbacec
commit db1a6ef290
23 changed files with 1852 additions and 23 deletions
+17
View File
@@ -371,6 +371,17 @@ h3 {
gap: 10px;
}
/* The three computer-opponent difficulty buttons share the row evenly. */
.home-bots {
display: flex;
gap: 10px;
}
.home-bots .btn {
flex: 1;
white-space: nowrap;
}
.home-error {
color: var(--red-soft);
font-weight: 700;
@@ -479,6 +490,12 @@ h3 {
background: var(--red);
}
/* Bots swap the connection dot for a little robot face. */
.bot-dot {
font-size: 0.85rem;
line-height: 1;
}
/* The room code, stamped like a label on a card tray. */
.topbar-code {
font-family: var(--font-display);