No description
Replaced single monolithic blocked expression with 4 composable signals: - blockedWall: piece-type aware bottom wall (T=18, others=19) - blockedTop: grid[py+1] at px,px+1,px+2 (all pieces) - blockedFoot: grid[py+2] at px+1 (T-piece foot only) - blockedI4: grid[py+1] at px+3 (I-piece 4th cell only) - blocked: OR combination of all 4 Fixed auto-drop cap from py<18 to py<19 so flat pieces reach the bottom row. Fixed hard drop and keyboard per piece type. |
||
|---|---|---|
| bench | ||
| compiler | ||
| engine | ||
| examples | ||
| registry | ||
| .gitignore | ||
| BITSTREAM_INTEGRATION.md | ||
| Cargo.toml | ||
| DREAMSTACK.md | ||
| IMPLEMENTATION_PLAN.md | ||
| STREAM_COMPOSITION.md | ||
| USE_CASES.md | ||