Check out Grant Acedrex, our featured variant for April, 2024.

Enter Your Reply

The Comment You're Replying To
gnohmon wrote on Wed, Apr 3, 2002 05:47 AM UTC:
Pinwheel Chess was invented early 1970s by me, in NOST/Algia.

The idea is, it's grid chess, but each grid rotates 1/4 turn after each move; and alternate grids rotate backwards -- e.g. a1 goes to a2, and c2 goes to c1.

I wrote the program that displays the board and lets 2 people play, more than once, in different languages. Long lost, of course, even if you could find compilers/interpreters for those languages.


Orbital Rotating Grid Chess is like Pinwheel Chess except that e4,e5,d4,d5 is one cell, (so far just as in Offset Grid Chess, but...) and the other squares in c4-f6 are another cell, and the remaining squares in b2-g7 another, and the remaining squares in a1-h8 (in other words, the 28 edge squares) are another cell. And they rotate in opposite directions. Chaos!


Knight's Tour Rotating Grid Chess, not the right name, but you take a Knight's tour, and each turn the pieces on a1 move to b3 and the pieces on c2 get transferred to a1, and so forth
And finally, Brownian Motion Chess, where the squares are randomly inserted into a linked list, unknown to the players, and each turn everything moves forward on the list one step.
All that was from just one of my densely-typed two page articles in N/A in early 1970s.

I have all the back issues, and some other stuff, packed in a box to send them away, but I never get around to doing it. So nag me.


Critique: Pinwheel could be played postal, which was the only mode back then, but you'd be crazy to try. Both pinwheel and Orbital should be playable (and even fun!) in a noncompetitive online situation.

Knight's Tour is just an over-the-top thingy all us CV designers like to do, and Brownian Motion is over-the-over-the-topmost.

--
gnohmon



Edit Form

Comment on the page Grid Chess

Conduct Guidelines
This is a Chess variants website, not a general forum.
Please limit your comments to Chess variants or the operation of this site.
Keep this website a safe space for Chess variant hobbyists of all stripes.
Because we want people to feel comfortable here no matter what their political or religious beliefs might be, we ask you to avoid discussing politics, religion, or other controversial subjects here. No matter how passionately you feel about any of these subjects, just take it someplace else.
Quick Markdown Guide

By default, new comments may be entered as Markdown, simple markup syntax designed to be readable and not look like markup. Comments stored as Markdown will be converted to HTML by Parsedown before displaying them. This follows the Github Flavored Markdown Spec with support for Markdown Extra. For a good overview of Markdown in general, check out the Markdown Guide. Here is a quick comparison of some commonly used Markdown with the rendered result:

Top level header: <H1>

Block quote

Second paragraph in block quote

First Paragraph of response. Italics, bold, and bold italics.

Second Paragraph after blank line. Here is some HTML code mixed in with the Markdown, and here is the same <U>HTML code</U> enclosed by backticks.

Secondary Header: <H2>

  • Unordered list item
  • Second unordered list item
  • New unordered list
    • Nested list item

Third Level header <H3>

  1. An ordered list item.
  2. A second ordered list item with the same number.
  3. A third ordered list item.
Here is some preformatted text.
  This line begins with some indentation.
    This begins with even more indentation.
And this line has no indentation.

Alt text for a graphic image

A definition list
A list of terms, each with one or more definitions following it.
An HTML construct using the tags <DL>, <DT> and <DD>.
A term
Its definition after a colon.
A second definition.
A third definition.
Another term following a blank line
The definition of that term.