No description
Added grid[py+2] at px+1 check for the T-piece's protruding bottom cell. Collision now checks 4 cells total per piece: - grid[py+1] at px, px+1, px+2 (top row destination) - grid[py+2] at px+1 (bottom cell destination) This prevents pieces from passing through the angled/protruding parts of frozen T-shaped blocks. |
||
|---|---|---|
| bench | ||
| compiler | ||
| engine | ||
| examples | ||
| registry | ||
| .gitignore | ||
| BITSTREAM_INTEGRATION.md | ||
| Cargo.toml | ||
| DREAMSTACK.md | ||
| IMPLEMENTATION_PLAN.md | ||
| STREAM_COMPOSITION.md | ||
| USE_CASES.md | ||