Skip to content

pjfontillas/memory

Repository files navigation

Memory Game

  • At the start of the game, the user is presented with a grid of 24 facedown cards.
  • Each card looks identical face down, but has a face-up value that is matched by only one other card on the table.
  • When the user clicks a card, it flips over revealing its value.
  • When the user clicks the next card, its value is revealed and then compared against the other face up card. If they are equal, both cards disappear. If they are different, they flip back down.
  • The game is continued until there are no cards left.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published