Optimize simulation with logic-only solver, fix rectangular grid support, and improve worker pool
All checks were successful
Deploy to Production / deploy (push) Successful in 8s

This commit is contained in:
2026-02-13 05:18:55 +01:00
parent 48def6c400
commit 2cd32d4a3e
15 changed files with 641 additions and 282 deletions

View File

@@ -93,6 +93,7 @@ const handlePointerCancel = (e) => {
height: var(--cell-size);
background-color: var(--cell-empty);
border: 1px solid var(--glass-border);
box-sizing: border-box;
cursor: pointer;
display: flex;
justify-content: center;