a little help around here, please...

Hi, I 'm working on a single project (which had abandoned long ago) because I get stuck . Can anyone help me run the code to make standard tetris, common

I do not ask much , but still appreciate your interest and your contribution

Goog day :slight_smile:

Tetris has a few moving parts. You will need:

  • A block generator
  • User input to rotate and move blocks
  • A method to detect when the block hits the in play blocks
  • A system to store the blocks already in play
  • A system to detect lines of blocks, remove them and add points
  • A loose condition

No one is going to give you a finished game. But you should be able to figure out how to put together the systems I described.