Skip to content

A memory game created while learning React

Notifications You must be signed in to change notification settings

mssever/flash_memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Memory

This is a simple game created for the purpose of learning React. It is the traditional game of Memory with the twist that you have to match related pairs. Currently, it only matches English and Korean numbers.

This project isn't yet feature-complete. However, it does run.

Running

  1. Prerequisite: Make sure that Node.js is installed
  2. Clone the repository and cd into the repo directory.
  3. Run npm install.
  4. To launch, type npm start