cropleyb / pentai

MIT License
15 stars 1 forks source link

Right Hand Edge Play is broken on 19x19 for iOS #2

Closed cropleyb closed 10 years ago

cropleyb commented 10 years ago

I suspect I broke this recently with some of the cythonizing attempts I have made. It will be because the explicit types are sufficient on OS X, but not on iOS. E.g. 19x2 = 38 bits are required to store a board strip, so 32 bits are not enough for the RH edge of a 19x19 board.

cropleyb commented 10 years ago

Fixing the unit tests on iOS fixed this as well.