Bakkes / Karo

Karo engine in c++ with XNA frontend
GNU General Public License v2.0
1 stars 0 forks source link

GetLegalMoves does not comply with the rule amendment #26

Closed Johnnei closed 10 years ago

Johnnei commented 10 years ago

The clarification on the moves which used a tile which temporarily creates a disconnected board is not correctly implemented in the move finder. The unit test (Added in commit a6f413b11ca342d333181c11064ee7b755d0d9ad) "RulesAmendment" checks a board which could return this move.

jkemperman commented 10 years ago

Fixed, the test succeeds now. Everything else seems to behave as expected.