Hello everyone!
I want to create tetris like but instead of having tetrominoes, you only have 2 blocks (that you can turn in I or – shape).
No problem to make a tetris clone but when a block touch anoter block, i want it stopped and if it’s possible, the second block continue his fall.
I know it’s simple but i don’t find the right way to do it… also, i prefer to use lerp to move my block to have smooth movement.
Thank you 
Try this guy’s technique: one step at a time:
Imphenzia: How Did I Learn To Make Games:
Two steps to tutorials and / or example code:
- do them perfectly, to the letter (zero typos, including punctuation and capitalization)
- stop and understand each step to understand what is going on.
If you go past anything that you don’t understand, then you’re just mimicking what you saw without actually learning, essentially wasting your own time. It’s only two steps. Don’t skip either step.