No description
Collision was checking grid[py+2] instead of grid[py+1]. Pieces stopped one row too early, creating gaps. Now checks grid[py+1] (where top cells would land) with full 3-column width (px, px+1, px+2). Pieces now stack directly on top of each other. |
||
|---|---|---|
| bench | ||
| compiler | ||
| engine | ||
| examples | ||
| registry | ||
| .gitignore | ||
| BITSTREAM_INTEGRATION.md | ||
| Cargo.toml | ||
| DREAMSTACK.md | ||
| IMPLEMENTATION_PLAN.md | ||
| STREAM_COMPOSITION.md | ||
| USE_CASES.md | ||