Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 452 Bytes

Tetris React

Tetris game built with React, Redux and Tetrisjs

Demo

Try out the demo

You can open the inspector to see the redux events.

Todo

  • Make sure not whole board is re-rendered every time (use ImmutableJS?)

Get started

  • npm i

  • npm start

Create React App

Check out the Create React App docs.