Skip to content

dfernandeza/memory

Repository files navigation

Memory cards game

Just some extremely simple but fun games that my daughter Lena enjoys 👨‍👧.

Built with NEXT.JS

Memory

Memory starts with a grid of cards where you have to find image pairs. The game finish when all the pairs have been discovered.

Tic-Tac-Toe

Tic-Tac-Toe starts with a grid with 3 rows and 3 columns, each turn, you draw your symbol (X or O) in one of the empty cells on the game board. You can start anywhere you like. The goal is to make a line of three of your symbols in a row, either horizontally, vertically, or diagonally.

Operations

⚠️ This project is currently being migrated to use the new NextJS App Router.

First, run the development server:

npm run dev

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

Deploy on Vercel

This project is deployed on Vercel.

Check out Next.js deployment documentation for more details.

Dependencies

  • Sound effects. This project uses HowlerJS to handle audio.
  • Visual effects. This project uses party.js to handle visual effects like the confetti and sparkles animations.