Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 560 Bytes

React Tetris

I wanted to learn React, so I thought Tetris would be a fun project for this purpose.

The application is currently hosted here.

How to try this locally

  1. Install npm.
  2. Install yarn.
  3. Clone this repository.
  4. cd react-tetris
  5. yarn install
  6. yarn start