Memory Match
Flip cards to find matching pairs in as few moves as possible.
Flip cards to find matching pairs in as few moves as possible.
Loading…
$ npx shadcn@latest add https://gamekitui.com/r/memory-match.jsondom DesktopMobile
Keyboard
Mouse
Touch
Click or tap a card to flip it. Tab + Enter also work.
Theming
This is a DOM game. Its playfield is driven by your shadcn --primary, --secondary, and --accent tokens via Tailwind token classes, so it recolors automatically. Change your theme and Memory Match recolors with it. Try the Customize button in the corner.
Install
npx shadcn@latest add https://gamekitui.com/r/memory-match.jsonThe game ships as a single drop-in file. It fills its container, so wrap it in any sized element:
<MemoryMatch className="mx-auto w-full max-w-sm" />