Skip to content

belcurv/react_redux_tetris

Repository files navigation

Game logic derived from: https://www.youtube.com/watch?v=H2aW5V46khA

Goal of this project: incorporate React and Redux into the above tutorial's general game logic.

Installation:

git clone
npm i

Running the app

npm start

Unit tests

## run and exit; verbose
npm test

## run and remain resident; only logs failing tests
npm run test:watch