Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 653 Bytes

Memory Game

A little memory game with a timescore built with React, Typescript and Styled Components, based on Vite.

CodeSandbox is available at https://p8rgmt-5173.csb.app/

Features

  • 4 difficulty options (4x4, 6x6, 8x8, and 2x2 (for testing))
  • Numbers and images mode (uses Random Fox Image API for the images)
  • "Blind" and "Initial Reveal" modes
  • Hotseat for two players
  • Animated flipping cards
  • System dark mode support

Launching

To run locally clone/download this repository and from the directory run the following commands:

  npm i && npm run dev