Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 672 Bytes

React Tetris 🎮

tetrisgif

It is hosted on gh-pages at this link.

Game Instructions:

  • Up key: rotate Tetrominos
  • down key: move down
  • left and right keys: side wise movement of tetrominos.

yarn start

  • Starts the development server.

yarn build

  • Bundles the app into static files for production.

yarn test

  • Starts the test runner.

yarn eject

  • Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!