A classic block-dropping game rewritten in react
Play it on my github page!
- React for UI rendering
- The blocks are drawn in SVG, react + SVG = 👍
- Redux for managing game state
- Time travel with redux for replaying games
If you want to play it locally, just clone this repo and run:
npm install
npm start
or
yarn
yarn start