**Description:** Detect when the falling block collides with the player block. **Acceptance Criteria:** - [ ] Use Rectangle intersection logic - [ ] Trigger “Game Over” when collision occurs - [ ] Stop game loop when hit - [ ] Show simple “Game Over” message on screen **Estimated Effort:** 2–3 hours