Query Results for
Type=Game
Categories=2d,Singleplayer,UsualEquipment,Diff-Capturing
SELECT * FROM `Item` LEFT JOIN `IndexEntry` USING (ItemID) WHERE `Type` = 'Game' AND FIND_IN_SET(:'2d',`Categories`) AND FIND_IN_SET(:'Singleplayer',`Categories`) AND FIND_IN_SET(:'UsualEquipment',`Categories`) AND FIND_IN_SET(:'Diff-Capturing',`Categories`) AND `IsHidden` = 0 AND `Item`.`IsDeleted` = 0 AND `Language` = 'English' ORDER BY `LinkText`, `Item`.`Summary` ASC LIMIT 500 OFFSET 0
- Mutation Chess. Pieces that capture become the type of piece they captured. (8x8, Cells: 64) Author: Alessandro Castelli. Inventor: John E. Bosley.
- Patrol chess. In order to capture or give check, a piece [including kings] must be `observed' by another piece of the same player. (8x8, Cells: 64) Author: Hans L. Bodlaender. Inventor: Federik Hendrik von Meyenfeldt.