forced-moves-white.cql

// Download forced-moves-white.cql
// PGN output when run on sample.pgn

/*********
Find games with at least 4 consecutive forced white moves
*********/

cql(input hhdbvi.pgn)
4sort "most forced moves by white"
 
    {parent:countmoves legal  == 1} +