Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 220 Bytes

File metadata and controls

16 lines (12 loc) · 220 Bytes

Threefold Repetition ?

get status by $chess->inThreefoldRepetition()

example

<?php
use \Ryanhs\Chess\Chess;

$chess = new Chess();
.
.
.
var_dump($chess->inThreefoldRepetition()); // return TRUE or FALSE