Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 617 Bytes

Color Memory

A weekend project where I wanted to play with React.js and the Flux architecture.

A simple memory game based on colors that can be played here. Inspiration for the concept came from this Hacker News post.

Development

  1. git clone https://github.com/scottwoodall/colorMemory.git
  2. cd colorMemory; npm install
  3. npm start

npm run-script build will create a minified version of static/js/bundle.js.