Tetris React

Tetris React is a reimplementation of the famous Tetris game in React.

The goal of the project was to test whether React was a good candidate for creating a simple game whose gameplay loop is discrete rather than continuous.

  • Discrete: a few interactions and frames per second.
  • Continuous: interactions and calculations of a different frame 60 times per second.

The result is very convincing and the game takes extremely few resources to run.

The open-source code as well as a more complete description are available at this link: https://github.com/MichaelHoste/tetris-react