Query Results for
Type=Problem
Categories=chess,Singleplayer
SELECT * FROM `Item` LEFT JOIN `IndexEntry` USING (ItemID) WHERE `Type` = 'Problem' AND FIND_IN_SET(:'chess',`Categories`) AND FIND_IN_SET(:'Singleplayer',`Categories`) AND `IsHidden` = 0 AND `Item`.`IsDeleted` = 0 AND `Language` = 'English' ORDER BY `LinkText`, `Item`.`Summary` ASC LIMIT 500 OFFSET 0
- Chess problems: A proof game. Problem to construct a legal game of given exact length to reach a given position. Author: Hans L. Bodlaender. Inventor: Tibor Orban.
- Helpmate in Two. Missing description Author: Hans L. Bodlaender. Inventor: T. Garai.
- Mate in two moves. Old mate in two problem from 1859. Author: Hans L. Bodlaender. Inventor: Samuel Loyd.
- Mutual stalemate with all pieces. Construct a mutual stalemate setup using all 32 pieces. By Michiel de Bondt.
- Proof game. Problem to construct a legal game of given exact length to reach a given position. Author: Hans L. Bodlaender. Inventor: Tibor Orban.