/memzy

A simple memory card game

Primary LanguageJavaScript

Memzy the memory game

This project is a simple memory game app made with React & Javascript.

View it live on GitHub pages here: https://johnhannagan.com/memzy/

How to run

  • Checkout the repository
  • Run npm i to install the dependencies
  • Run npm start to start start the development server
  • Visit: http://localhost:3000 to see the app running

Game settings

There are a few constants inside App.js that can be modified to change the game rules:

Name Description Default Value
GRID_WIDTH How many cards are along the X axis 5
GRID_HEIGHT How many cards are along the Y axis 4
CARDS_PER_SET How many cards are in each set, ie how many you must match together (pairs, triples etc). 2

Screenshots

image image