Concentration game for Mod3 project at Flatiron School. The original idea was adding a little twist to the game, the cards would move after a certain time or after every unsuccessful attempt, so the player has to not only remember the cards position, but also follow the movements.
During Mod3 @richie1982 and I did not have enough time to implement this feature, but after graduation I started to rewrite the whole project using React and Redux. So this repo is pretty much discontinued. 😔
This repo contains the frontend, for backend check this repo.
Clone repo, then run npm install
.
npm start
or npm run open
npm run build-dev
npm run build
MIT
Discontinued. Check this repo for continued version.