Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 732 Bytes

React Tetris

A Tetris game built with react. You can play the game here!

How to Play

Click START GAME with mouse.

  • Rotate block with up arrow.
  • Change block's direction with left and right arrow.
  • Drop block with down arrow.

Images

"Tetris01" "Tetris02"

Sources

This project is learned from Weibenfalk Code Tutorials: How to build Tetris with React.