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