Tetris clone

Screenshoot du projet Tetris clone

I made a clone of the tetris game. There are no logic about leveling just the basic game. Dont expect too much of this version of tetris There might be a few bugs: If you try to rotate you tetrominoes standing at one of the edge of the array the tetrominoes might be displayed from either side of the array. Same if you rotate just next to some frozen tetrominoes: a weird behavior happens. And the last but also the least bug is that some time when the tetrominoes are moving down some squares keeps their blue color but eventhough they haven't the class 'taken' so it does not disturb the game. And when an other tetromino falls on those weird blue square it goes back to normal

  • TypeScript
  • React