apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Implement "King Unreachable" draw condition #55

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

One of the Feltar draw rules are:

If the King cannot reach a refuge square and the attacker cannot reach the King.

It's difficult to implement and for now we will rely on the other two rules:

No legal moves. 3 repeat moves.

To force this match to a draw.