Skip to content

geniusgordon/react-lumines

Repository files navigation

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

About

A classic block-dropping game rewritten in react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published