1. Click the “Green flag”. 2. Pick one of the levels of expertise. The initial layout will be shown. 3. Play the game by following the instructions on the left side. Click "Undo" to retract a move. You can perform undo multiple times.
This program implements a popular board game that purports to "train" young minds for the game of chess. The following section describes how it is played. How the game is played: - Use a 4x4 chess board (instead of the standard 8x8) - Use only 2 pieces each of bishop, knight, pawn, queen, and rook. Color doesn’t matter. - In the initial layout some of these pieces are laid out. - Start playing with any piece: o Rule 1: Every move must kill another piece (using usual Chess rules) o Rule 2: Every move may use a different piece o Rule 3: When only 1 piece is left on the board, the game is over - The challenge is thus to play (without violating the above rules) until only 1 piece is left. If you want to see how I designed this program please read the article below: http://www.abhayjoshi.net/spark/scratch/blog/solochess.pdf