How to make 2d game like tetris?

what need for it?
1.widget blueprint
2.2d paper
3.3d view like sample project
please tell me best way

Paper 2D would probably be your best bet. Widgets wouldn’t likely be good for that. If you want your game to be true 2D, Paper 2D is the way to go. If you want it to appear 3D, just use a set camera without going Paper.

You’ll most likely set it up so the piece that’s falling moves a specific set distance when you hit left or right and falls on an interval (that should be set as a variable so the speed can be changed per level)

thanks for comment.i try it.