c64 colors

This commit is contained in:
Chris Wanstrath 2025-09-29 00:08:50 -07:00
parent e33fb44c16
commit e3dac7edcc

View File

@ -24,13 +24,13 @@ let tetrisTimer = 0
let lockTimer = 0
const COLORS: Record<string, string> = {
I: "cyan",
O: "yellow",
T: "purple",
S: "green",
Z: "red",
J: "blue",
L: "orange",
I: "#6fc6ff", // light blue (C64 cyan)
O: "#fce94f", // yellow
T: "#d87bfb", // light purple
S: "#8ae234", // light green
Z: "#f35f5f", // red
J: "#3465a4", // blue
L: "#e9b96e", // orange
}
// I, O, T, L, J, S, Z