Tetris

Juego creado durante los vivos de twitch.

para poder correr este programa debes tener poetry y hacer.

poetry install.
poetry run python tetris/main.py

todo

  • Fix rotation position when there are other blocks in the grid.
  • Implement full row logic.
  • Add the rest of the blocks.
  • Add incoming block.
  • Add endgame.
  • Add score.
  • Add different scenes.
    • Add game over scene and continue
  • Improve UI
  • [] Fix IBlock rotation.