UNPKG

tmemory

Version:

A terminal-based Memory card game built with React Ink. Features multiple grid sizes, AI opponent, and high scores.

11 lines (10 loc) 281 B
export declare const COLORS: { readonly p1: "#2ECCB6"; readonly p2: "#306D91"; readonly ai: "#E379A4"; readonly info: "#B6FFF2"; readonly warn: "#FB8A61"; readonly gold: "#ffd700"; readonly dim: "#666666"; }; export type ColorKey = keyof typeof COLORS;