pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

Cleanup #143

Closed lemonsqueeze closed 3 years ago

lemonsqueeze commented 3 years ago

Another round of cleanup / refactoring inspired by following pull requests (rebased here for clarity)

Updated doc, fixed engines init, some board and t-unit cleanup and reworked tree api slightly so it's simpler / more resilient.

Removed board/tree symmetry logic: Symmetry degenerates after move 2 anyway so not worth the trouble. Removing it gets rid of some fairly complicated code too.