Arduino Tetris Part 6 - Collision Detection

Rather than checking for various types of collisions, the code checks to see if there are any overlapping bits between two bitmaps before moving the piece. Code is at:
Back to Top