aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-07-07fix bug in capstone -> wall logicHEADmaintslil clingman
From: ~devp Previously, the cap flag checked stone 0 of a stack rather than stone n-1, so it did not take into account a capstone moved as part of a stack. I additionally added logic to check that no other stones were dropped with the capstones, per Tak rules.
2020-03-07Actually it should be an MDrefactortslil clingman