geniusgordon / react-lumines

A classic block-dropping game rewritten in react

Home Page:https://lumines.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://lumines.vercel.app/


Languages

Language:TypeScript 97.3%Language:HTML 2.0%Language:JavaScript 0.7%