Query Results for
Type=PBM
Categories=2d,UsualEquipment,Diff-Capturing,Diff-Modest
SELECT * FROM `Item` LEFT JOIN `IndexEntry` USING (ItemID) WHERE `Type` = 'PBM' AND FIND_IN_SET(:'2d',`Categories`) AND FIND_IN_SET(:'UsualEquipment',`Categories`) AND FIND_IN_SET(:'Diff-Capturing',`Categories`) AND FIND_IN_SET(:'Diff-Modest',`Categories`) AND `IsHidden` = 0 AND `Item`.`IsDeleted` = 0 AND `Language` = 'English' ORDER BY `LinkText`, `Item`.`Summary` ASC LIMIT 500 OFFSET 0
- Connected Chess. Pieces are removed when they are no longer adjacent to any other piece. By Dan Troyka.
- Multimove FIDE Chess. Each turn utilizes a number of points that get applied to movement. Author: Jeremy Gabriel Good. Inventor: David Howe.
- Multiple of 10 Checkmate. Variant where you can only checkmate or be checkmated on move 10, 20, 30, ect.. By Calvin Jack Pomerantz.
- Revised Chess. A revision of Fide-chess: a pawn on the seventh rank can also capture forwards. Makes chess much less drawish (with zrf). By M Winther.