Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 467 Bytes

File metadata and controls

14 lines (10 loc) · 467 Bytes

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