Invisible Chess" with Information-Theoretic Advisors

Total Page:16

File Type:pdf, Size:1020Kb

Invisible Chess Playing "Invisible Chess" with Information-Theoretic Advisors A.E. Bud, D.W. Albrecht, A.E. Nicholson and I. Zukerman {bud,dwa,annn,ingrid}@csse.monash, edu. au School of Computer Science and Software Engineering, Monash University Clayton, Victoria 3800, AUSTRALIA phone: +61 3 9905-5225 fax: +61 3 9905-5146 From: AAAI Technical Report SS-01-03. Compilation copyright © 2001, AAAI (www.aaai.org). All rights reserved. Abstract history of use in the AI communitybecause of its strategic complexity, and well-studied and understood properties. Makingdecisions under uncertainty remains one of the cen- Despite these advantages, chess has two signi cant draw- tral problemsin AI research. Unfortunately, most uncertain real-world problemsare so complexthat any progress in them backs as a general AI testbed: the rst is the success of is extremelydif cult. Gamesmodel some elements of the real computer chess players that use hard-coded, domain specif- world, and offer a morecontrolled environmentfor exploring ic rules and strategies to play; and the second is the fact that methodsfor dealing with uncertainty. Chess and chess-like standard chess is a perfect information domain. gameshave long been used as a strategically complextest- A number of researchers have tackled the rst of these draw- bed for general AI research, and we extend that tradition by backs. For example (Berliner 1974) investigated generalised introducing an imperfect information variant of chess with strategies used in chess play as a model for problem solving, someuseful properties such as the ability to scale the amount of uncertainty in the game.We discuss the complexityof this and (Pell 1993) introduced metagame. Metagame is a sys- gamewhich we call invisible chess, and present results outlin- tem for generating new games arbitrarily generated from a ing the basic values of invisible pieces in this game.We mo- set of games known as Symmetric Chess-Like games (SCL tivate and describe the implementationand application of two Games). Thus there is no point hand-training a computer information-theoreticadvisors that assist a player of invisible program to play one particular game, as each game requires chess to control the uncertainty in the game.We describe our different strategic planning and position evaluation. A good decision-theoretic approachto combiningthese information- computer metagame player has to somehow encapsulate a theoretic advisors with a basic strategic advisor. Finally we higher level of "strategic knowledge"than is possible in a discuss promisingpreliminary results that wehave obtained single gamesuch as chess. with these advisors. In this paper, we address the second drawback of chess as a general AI testbed -- that of perfect information. Wede- 1 Introduction scribe a missing (or imperfect) information variant of stan- dard chess which we call invisible chess (Bud et al. 1999).1 Making decisions under uncertainty remains one of the cen- Invisible chess involves a con gurable numberof invisible tral problems in AI research. An agent in an uncertain world pieces, i.e., pieces that a player’s opponent cannot see. In- needs to select actions from the action search space -- the visible chess is thus a representative of the general class set of all possible actions in that world. As the uncertain- of strategically complex, imperfect information, two play- ty increases, this task can becomeincreasingly dif cult. The er, zero-sum games. numberof possible actions may increase, the numberof pos- Manyresearchers have investigated games with missing in- sible situations in which those actions may be applied may formation including poker ((Findler 1977), (Korb, Nichol- increase, or both. The effects of these growing search spaces son, & Jitnah 1999), (Koller & Pfeffer 1997)), bridge ((Gam- are ampli ed as the agent tries to search further ahead. Each biick, Rayner, & Pell 1991), (Ginsberg 1999), (Smith, action on each possible world state requires more possible & Throop 1996)), and multi-user domains (Albrecht et al. world states to be evaluated for future moves. This property 1997). With the exception of Albrecht et al., whouse a large of imperfect information domains makes tackling real-world uncontrollable domain, all of these domainsare strategically problems extremely dif cult. simple given perfect information. Games and game theory model some of these properties On the other hand, invisible chess retains all of the strategic of real-world situations in a more controlled environment complexity of standard chess with the addition of a con- and thereby allow analysis and empirical testing of decision- trollable element of missing information. Invisible chess making strategies in these domains. In this capacity, games have long been used as a testbed for general arti cial intel- ligence research and ideas. In particular, chess has a long 1Invisible chess is in the set of Invisible SCLGames, an exten- sion to the set of SCLGames introduced by Pell. Wehave chosen Copyright(~) 2001, AmericanAssociation for Arti cial Intelli- invisible chess as the rst gameto explore becauseof the availabil- gence (www.aaai.org).All rights reserved. ity of standard chess programs. Nolicense: PDFproduced by PStin (c) F, Siegert - http://www.this.net/~frank/pstill.html is related to kriegspiel ((Li 1994) and (Ciancarini, Dalla- ions do not tend to occur in a signi cant numberof nodes Libera, & Maran1997)), a chess variant in which all the in the gametree, 2 and therefore partition search is not like- opponent’spieces are invisible and a third party referee de- ly to be very effective on any variants of chess. Morere- termines whetheror not each moveis valid. cently (Ginsberg 1999) included MonteCarlo methods In addition to the complexityof playing standard chess, a his bridge playing programto simulate manypossible out- player of invisible chess mustmaintain the possible posit- comes,choosing the action with the highest expectedutility ions of the opponent’sinvisible pieces. These positions may over the simulations. Ginsbergclaims that trying to glean be representedas a probability distribution over the possible or hide information from an opponentis probably not use- squares on the chess board. Section 4 describes our design ful for bridge. In contrast, wepresent results that showthat that enables a central moduleto maintain approximationsto both informationhiding and gleaning can be useful in invis- the invisible piece probability distributions for both players. ible chess. Section 5 presents a brief analysis of the advantagesof play- (Frank & Basin 1998) and (Frank & Basin 2000) have ing with various invisible pieces. Interestingly, we show formeda detailed investigation of search in imperfectinfor- that the relative value of the minorinvisible pieces differs mation games. They have concentrated almost exclusive- from the standard chess piece ranking. Wereport on the ly on bridge. Frank & Basin focus on a numberof search uncertainty causedby the different invisible pieces and the techniques including attening the gametree which they effect that those pieces have on the opponent’sability to have shownto be an NP-Completeproblem, and MonteCar- play strategically. Section 6 discusses the relationship be- lo methods. Their investigation suggests that MonteCar- tween uncertainty and the information-theoretic concept of lo methodsare not appropriate for imperfect information entropy,and the applicationof entropyto our results. It also games.This problemis exacerbated in invisible chess given motivates the design of information-theoreticadvisors, de- the relative lack of symmetryand the size of the gametree. scribes these advisors and presents results that demonstrate In the closest workto that presentedhere, (Ciancarini, Dalla- the ef cac y of our approach.Section 7 contains conclusions Libera, & Maran 1997) considered king and pawn end and ideas for further work. gamesin the gameof kriegspiel. Kriegspiel is an existing chess variant where neither player can see the opponent’s 2 Related Work pieces or moves. They used a game-theoretic approach in- volving substantive rationality and have shownpromising Since the 1950s, when Shannonand Turing designed the results in this trivial versionof kriegspiel. Thusfar they have rst chess playing programs (Russell & Norvig 1995), not applied their approachto a completegame of kriegspiel. computershave becomebetter at playing certain gamessuch Kriegspiel differs frominvisible chess in a numberof impor- as chess using large amountsof hand-codeddomain specif- tant areas. All the opponent’spieces are invisible to a player ic information. Continuingthe tradition of using gamesas of kriegspiel. Thusthere is no wayto reduce the uncertainty a testbed for general AI investigation, (Berliner 1974)pro- in the domainwithout reducing the strategic complexity.By poseda tactical analyser for chess whichused strategies and contrast, in invisible chess, the numberand types of invisi- tactics, but did not play as well as the existing hard-coded ble pieces is con gurable. As all pieces are invisible, every systems. moveinvolves substantial increases in uncertainty. In invis- In answer to the success of hard-coded algorithms, ible chess, a player maychoose whetherto movea visible (Pell 1993) introduced a class of gamesknown as Symmetric or invisible piece. Finally, in kriegspiel, a player attempts Chess Like (SCL) Games,and a system called Metagamer movesuntil a legal moveis performed.A third party arbitra- that plays gamesarbitrarily generatedfrom this class
Recommended publications
  • Solved Openings in Losing Chess
    1 Solved Openings in Losing Chess Mark Watkins, School of Mathematics and Statistics, University of Sydney 1. INTRODUCTION Losing Chess is a chess variant where each player tries to lose all one’s pieces. As the naming of “Giveaway” variants has multiple schools of terminology, we state for definiteness that captures are compulsory (a player with multiple captures chooses which to make), a King can be captured like any other piece, Pawns can promote to Kings, and castling is not legal. There are competing rulesets for stalemate: International Rules give the win to the player on move, while FICS (Free Internet Chess Server) Rules gives the win to the player with fewer pieces (and a draw if equal). Gameplay under these rulesets is typically quite similar.1 Unless otherwise stated, we consider the “joint” FICS/International Rules, where a stalemate is a draw unless it is won under both rulesets. There does not seem to be a canonical place for information about Losing Chess. The ICGA webpage [H] has a number of references (notably [Li]) and is a reasonable historical source, though the page is quite old and some of the links are broken. Similarly, there exist a number of piecemeal Internet sites (I found the most useful ones to be [F1], [An], and [La]), but again some of these have not been touched in 5-10 years. Much of the information was either outdated or tangential to our aim of solving openings (in particular responses to 1. e3), We started our work in late 2011. The long-term goal was to weakly solve the game, presumably by showing that 1.
    [Show full text]
  • — I Believe Hostage the Most Interesting, Exciting Variant That Can Be Played with a Standard Chess Set. Mating Attacks Are the Norm
    — I believe Hostage the most interesting, exciting variant that can be played with a standard chess set. Mating attacks are the norm. Anyone can hope to discover new principles and opening lines. Grandmaster Larry Kaufman 2008 World Senior Chess Champion — Fascinating, exciting, extremely entertaining—–what a wonder- ful new game! Grandmaster Kevin Spraggett Chess World Championship Candidate — Probably the most remarkable chess variant of the last fi ft y years. Captured men are hostages that can be exchanged. Play is rarely less than exciting, sometimes with several reversals of fortune. Dramatic mates are the rule, not the exception. D.B.Pritchard author of “Th e Encyclopedia of Chess Variants” — Chess is not yet played out, but it is no longer possible to perform at a high level without a detailed knowledge of openings. In Hostage Chess creativity and imagination fl ourish, and fun returns. Peter Coast Scottish Chess Champion — With only a few rule changes, Hostage Chess creates a marvelously exciting variant on the classical game. Lawrence Day International Chess Master — Every bit as intriguing as standard chess. Beautiful roads keep branching off in all directions, and sharp eyed beginners sometimes roll right over the experts. Robert Hamilton FIDE Chess Master Published 2012 by Aristophanes Press Hostage Chess Copyright © 2012 John Leslie. All rights reserved. No part of this publication may be reproduced, stored in a re- trieval system, or transmitted in any form or by any means, digital, electronic, mechanical, photocopying, recording, or otherwise, or conveyed via the Internet or a website without prior written per- mission of the author, except in the case of brief quotations em- bedded in critical articles and reviews.
    [Show full text]
  • 8 Wheatfield Avenue
    THE INTERNATIONAL CORRESPONDENCE CHESS FEDERATION Leonardo Madonia via L. Alberti 54 IT-40137 Bologna Italia THEMATIC TOURNAMENT OFFICE E -mail: [email protected] CHESS 960 EVENTS Chess 960 changes the initial position of the pieces at the start of a game. This chess variant was created by GM Bobby Fischer. It was originally announced on 1996 in Buenos Aires. Fischer's goal was to create a chess variant in which chess creativity and talent would be more important than memorization and analysis of opening moves. His approach was to create a randomized initial chess position, which would thus make memorizing chess opening move sequence far less helpful. The starting position for Chess 960 must meet the following rules: - White pawns are placed on their orthodox home squares. - All remaining white pieces are placed on the first rank. - The white king is placed somewhere between the two white rooks (never on “a1” or “h1”). - The white bishops are placed on opposite-colored squares. - The black pieces are placed equal-and-opposite to the white pieces. For example, if white's king is placed on b1, then black's king is placed on b8. There are 960 initial positions with an equal chance. Note that one of these initial positions is the standard chess position but not played in this case. Once the starting position is set up, the rules for play are the same as standard chess. In particular, pieces and pawns have their normal moves, and each player's objective is to checkmate their opponent's king. Castling may only occur under the following conditions, which are extensions of the standard rules for castling: 1.
    [Show full text]
  • [Math.HO] 4 Oct 2007 Computer Analysis of the Two Versions
    Computer analysis of the two versions of Byzantine chess Anatole Khalfine and Ed Troyan University of Geneva, 24 Rue de General-Dufour, Geneva, GE-1211, Academy for Management of Innovations, 16a Novobasmannaya Street, Moscow, 107078 e-mail: [email protected] July 7, 2021 Abstract Byzantine chess is the variant of chess played on the circular board. In the Byzantine Empire of 11-15 CE it was known in two versions: the regular and the symmetric version. The difference between them: in the latter version the white queen is placed on dark square. However, the computer analysis reveals the effect of this ’perturbation’ as well as the basis of the best winning strategy in both versions. arXiv:math/0701598v2 [math.HO] 4 Oct 2007 1 Introduction Byzantine chess [1], invented about 1000 year ago, is one of the most inter- esting variations of the original chess game Shatranj. It was very popular in Byzantium since 10 CE A.D. (and possible created there). Princess Anna Comnena [2] tells that the emperor Alexius Comnenus played ’Zatrikion’ - so Byzantine scholars called this game. Now it is known under the name of Byzantine chess. 1 Zatrikion or Byzantine chess is the first known attempt to play on the circular board instead of rectangular. The board is made up of four concentric rings with 16 squares (spaces) per ring giving a total of 64 - the same as in the standard 8x8 chessboard. It also contains the same pieces as its parent game - most of the pieces having almost the same moves. In other words divide the normal chessboard in two halves and make a closed round strip [1].
    [Show full text]
  • Free Printable Chess Tournament Certificates
    Free Printable Chess Tournament Certificates Zoophoric Nealson met westward while Eddy always sponge his loathing purge tropically, he patent so sportively. Pavel is billed and postpone solo as affecting Barty james bellicosely and consummated scorching. Epinastic or buoyant, Jeb never leers any chockstones! He enjoyed physics and competed in statewide chess tournaments. Leave the symbol that you plan without notice i am with winner background is a few simple clicks or analysis in this game timers, designing a search! If you have headed paper please use it. The three and four to a room rates usually include only two beds. Stay viable and healthy. Checkmate Thinking Chess Workouts Vol. This bully is equivalent to a view offer, bring the opponent may accept. Plus, get practice tests, quizzes, and personalized coaching to help you succeed. Start of each game Chief Arbiter shall make announcement accordingly before the start of the games. Management, Motivation and Teaching tools for one computer, empowering anyone who run into great chess program. Knight is chess tournament morning, printable cards break set board. Each room will have a room monitor, who is responsible for making sure the players are matched with the right opponent, oversee the games, and be available if questions or issues arise. Free Printable Easter Invitation Templates. Captain kirk and ensure proper functionality to chess free tournament certificates for score certificates available on! This is also allowed that is download free. Options on tournament certificate templates free printable chess certificates and illustrations at chess? First Lessons and Chess Workouts Vols. The rest hurl the certificate only consists of text in black and demand ample warehouse space.
    [Show full text]
  • Glossary of Chess
    Glossary of chess See also: Glossary of chess problems, Index of chess • X articles and Outline of chess • This page explains commonly used terms in chess in al- • Z phabetical order. Some of these have their own pages, • References like fork and pin. For a list of unorthodox chess pieces, see Fairy chess piece; for a list of terms specific to chess problems, see Glossary of chess problems; for a list of chess-related games, see Chess variants. 1 A Contents : absolute pin A pin against the king is called absolute since the pinned piece cannot legally move (as mov- ing it would expose the king to check). Cf. relative • A pin. • B active 1. Describes a piece that controls a number of • C squares, or a piece that has a number of squares available for its next move. • D 2. An “active defense” is a defense employing threat(s) • E or counterattack(s). Antonym: passive. • F • G • H • I • J • K • L • M • N • O • P Envelope used for the adjournment of a match game Efim Geller • Q vs. Bent Larsen, Copenhagen 1966 • R adjournment Suspension of a chess game with the in- • S tention to finish it later. It was once very common in high-level competition, often occurring soon af- • T ter the first time control, but the practice has been • U abandoned due to the advent of computer analysis. See sealed move. • V adjudication Decision by a strong chess player (the ad- • W judicator) on the outcome of an unfinished game. 1 2 2 B This practice is now uncommon in over-the-board are often pawn moves; since pawns cannot move events, but does happen in online chess when one backwards to return to squares they have left, their player refuses to continue after an adjournment.
    [Show full text]
  • VARIANT CHESS 8 Page 97
    July-December 1992 VARIANT CHESS 8 page 97 @ Copyright. 1992. rssN 0958-8248 Publisher and Editor G. P. Jelliss 99 Bohemia Road Variant Chess St Leonards on Sea TN37 6RJ (rJ.K.) In this issue: Hexagonal Chess, Modern Courier Chess, Escalation, Games Consultant Solutions, Semi-Pieces, Variants Duy, Indexes, New Editor/Publisher. Malcolm Horne Volume 1 complete (issues 1-8, II2 pages, A4 size, unbound): f10. 10B Windsor Square Exmouth EX8 1JU New Varieties of Hexagonal Chess find that we need 8 pawns on the second rank plus by G. P. Jelliss 5 on the third rank. I prefer to add 2 more so that there are 5 pawns on each colour, and the rooks are Various schemes have been proposed for playing more securely blocked in. There is then one pawn in chess on boards on which the cells are hexagons each file except the edge files. A nm being a line of instead of squares. A brief account can be found in cells perpendicular to the base-line. The Oxford Companion to Chess 1984 where games Now how should the pawns move? If they are to by Siegmund Wellisch I9L2, H.D.Baskerville L929, continue to block the files we must allow them only Wladyslaw Glinski L949 and Anthony Patton L975 to move directly forward. This is a fers move. For are mentioned. To these should be added the variety their capture moves we have choices: the other two by H. E. de Vasa described in Joseph Boyer's forward fers moves, or the two forward wazit NouveoLx, Jeux d'Ecltecs Non Orthodoxes 1954 moves, or both.
    [Show full text]
  • Quantum Chess on The
    Quantum Chess Quantum Chess Quantum Chess, a variant of the chess game invented by Selim Akl, uses the weird properties of quantum physics. Unlike the chess pieces of the conventional game, where a pawn is a pawn, and a rook is a rook, a quantum chess piece is a superposition of "states", each state representing a different conventional piece. In Quantum Chess, a player does not know the identity of a piece (that is, whether it is a pawn, a rook, a bishop, and so on) until the piece is selected for a move. Once a piece is selected it elects to behave as one of its constituent conventional pieces, but soon recovers its quantum state and returns to being a superposition of two or more pieces. Why Quantum Chess? Conventional chess is a game of complete information, and thanks to their raw power and clever algorithms, computers reign supreme when pitted against human players. The idea behind Quantum Chess is to introduce an element of unpredictability into chess, and thereby place the computer and the human on a more equal footing. Because a true quantum board may be a few years in the future, for her summer project, Alice Wismath, an undergraduate in the School of Computing, and a summer NSERC student working with Dr. Akl, created a program to model one variation of Quantum Chess, as well as a computer strategy to play the game. See: http://research.cs.queensu.ca/home/akl/techreports/quantumchessTR.pdf for Dr. Akl’s paper “On the Importance of Being Quantum”. Online Quantum Chess Play Alice’s variation of Quantum Chess HERE Be sure to read the rules below before playing.
    [Show full text]
  • The Classified Encyclopedia of Chess Variants
    THE CLASSIFIED ENCYCLOPEDIA OF CHESS VARIANTS I once read a story about the discovery of a strange tribe somewhere in the Amazon basin. An eminent anthropologist recalls that there was some evidence that a space ship from Mars had landed in the area a millenium or two earlier. ‘Good heavens,’ exclaims the narrator, are you suggesting that this tribe are the descendants of Martians?’ ‘Certainly not,’ snaps the learned man, ‘they are the original Earth-people — it is we who are the Martians.’ Reflect that chess is but an imperfect variant of a game that was itself a variant of a germinal game whose origins lie somewhere in the darkness of time. The Classified Encyclopedia of Chess Variants D. B. Pritchard The second edition of The Encyclopedia of Chess Variants completed and edited by John Beasley Copyright © the estate of David Pritchard 2007 Published by John Beasley 7 St James Road Harpenden Herts AL5 4NX GB - England ISBN 978-0-9555168-0-1 Typeset by John Beasley Originally printed in Great Britain by Biddles Ltd, King’s Lynn Contents Introduction to the second edition 13 Author’s acknowledgements 16 Editor’s acknowledgements 17 Warning regarding proprietary games 18 Part 1 Games using an ordinary board and men 19 1 Two or more moves at a time 21 1.1 Two moves at a turn, intermediate check observed 21 1.2 Two moves at a turn, intermediate check ignored 24 1.3 Two moves against one 25 1.4 Three to ten moves at a turn 26 1.5 One more move each time 28 1.6 Every man can move 32 1.7 Other kinds of multiple movement 32 2 Games with concealed
    [Show full text]
  • Is Four File Chess a Draw?
    San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research 2009 Is Four File Chess a Draw? Michael Karbushev San Jose State University Follow this and additional works at: https://scholarworks.sjsu.edu/etd_projects Part of the Computer Sciences Commons Recommended Citation Karbushev, Michael, "Is Four File Chess a Draw?" (2009). Master's Projects. 96. DOI: https://doi.org/10.31979/etd.uucj-m5ur https://scholarworks.sjsu.edu/etd_projects/96 This Master's Project is brought to you for free and open access by the Master's Theses and Graduate Research at SJSU ScholarWorks. It has been accepted for inclusion in Master's Projects by an authorized administrator of SJSU ScholarWorks. For more information, please contact [email protected]. IS FOUR FILE CHESS A DRAW? A Writing Project Presented to The Faculty of the Department of Computer Science San Jos´eState University In Partial Fulfillment of the Requirements for the Degree Master of Science by Michael Y. Karbushev May 2009 c 2009 Michael Y. Karbushev ALL RIGHTS RESERVED APPROVED FOR THE DEPARTMENT OF COMPUTER SCIENCE Dr. David Taylor Dr. Richard M. Low Dr. Teng Moh APPROVED FOR THE UNIVERSITY ABSTRACT IS FOUR FILE CHESS A DRAW? by Michael Y. Karbushev In this work, we prove that in the game of FOUR FILE Chess, White has at least a Draw. FOUR FILE is a chess variant proposed by John Selfridge, in which only the `a', `c', `e', and `g' files are used. All chess rules are as usual, except that all moves must end on one of these files, and the game starts with the other four files vacant.
    [Show full text]
  • Learning to Play the Chess Variant Crazyhouse Above World
    LEARNING TO PLAY THE CHESS VARIANT CRAZYHOUSE ABOVE WORLD CHAMPION LEVEL WITH DEEP NEURAL NETWORKS AND HUMAN DATA APREPRINT Johannes Czech 1;*, Moritz Willig 1, Alena Beyer 1, Kristian Kersting 1;2, Johannes Fürnkranz 1 1 Department of Computer Science, TU Darmstadt, Germany 2 Centre for Cognitive Science, TU Darmstadt, Germany Correspondence:* [email protected] August 23, 2019 ABSTRACT Deep neural networks have been successfully applied in learning the board games Go, chess and shogi without prior knowledge by making use of reinforcement learning. Although starting from zero knowledge has been shown to yield impressive results, it is associated with high computationally costs especially for complex games. With this paper, we present CrazyAra which is a neural network based engine solely trained in supervised manner for the chess variant crazyhouse. Crazyhouse is a game with a higher branching factor than chess and there is only limited data of lower quality available compared to AlphaGo. Therefore, we focus on improving efficiency in multiple aspects while relying on low computational resources. These improvements include modifications in the neural network design and training configuration, the introduction of a data normalization step and a more sample efficient Monte-Carlo tree search which has a lower chance to blunder. After training on 569;537 human games for 1:5 days we achieve a move prediction accuracy of 60:4 %. During development, versions of CrazyAra played professional human players. Most notably, CrazyAra achieved a four to one win over 2017 crazyhouse world champion Justin Tan (aka LM Jann Lee) who is more than 400 Elo higher rated compared to the average player in our training set.
    [Show full text]
  • VARIANT CHESS 7 Page 81
    July 1991 March L992 VARIANT CHESS 7 page 81 @ Copyright. 1992. rssN 0958-8248 Publisher and Editor G. P. Jelliss 99 Bohemia Road Variant Chess St Leonards on Sea TN37 6RJ (U.K.) In this issue: Alice Chess, Bouncing Back, 3rd UK Progressive Chess, Games Consultant Frankfurter Chess, 4 pages of Original Problems, Nightrider Tourney Award, Malcolm Horne Ifuight's Tour News, Solutions to VC6, Correspondence, Chinese Chess in Print, 10B Windsor Square Puzz\e Page. Subscription 1991.-2: f5 ($10); 1990 issues: f3.75 ($7.50). Exmouth EX8 lJU Editor's Note: Apologies to subscribers for the long delay in producing this issue, and to correspondents to whom I have not been able to write. The break in communications has been caused by a combination of health and financial reasons. I am now hopeful that it may be possible to continue; a firm decision will be announced in the next issue. however lead to check on the other board. Also there AliCe ChgSS by George Jelliss is no statement in the original article about the interpretation of en passant capture. I wrote to Probably the best of the many chess variant Mr. Nixon, who is still active in variant chess as a inventions of V. R. Parton, Alice Chess first solver, for his views on the "correct" rules but he appeared in Fairy Chess Review under the editorship replied: "In all fairy chess activities, problem or of Dennison Nixon in June 1954. The idea is simple play, where "rulings" prove necessety, I think it is but its consequences on the play of the game are up to the participants to make the necessary quite profound.
    [Show full text]