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


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Comments/Ratings for a Single Item

Earlier Reverse Order Later
waffle chess preset[Subject Thread] [Add Response]
Aurelian Florea wrote on Sun, May 3, 2020 08:02 AM UTC:

Hei Fergus,

I see you are quite busy these days but if you can find some time to look over my code for waffle chess: https://www.chessvariants.com/play/pbm/play.php?game=Waffle+Chess&settings=FastCastling&submit=Edit

I'd appreciate. It has to use free castling. I managed to delete the 2 moves of the king besides him for the first move because they are ambiguous (they can be regular king moves or castling moves) so I treat them separately. I get the error you can see when you click the link, and I think that it comes from doing something wrong with current moves vs future moves.

Thanks for your time.


🕸Fergus Duniho wrote on Sun, May 3, 2020 11:43 AM UTC:

Each line should end with a colon or semicolon, but some lines are unterminated.


Aurelian Florea wrote on Sun, May 3, 2020 02:15 PM UTC:

Silly me.

I had solved that problem, and some loose endifs problem but now I get the error:

The include command may not be used except at the main level.

I am not sure why because to me it seems all right to put the include command there.

https://www.chessvariants.com/play/pbm/play.php?game=Waffle+Chess&settings=FastCastling&submit=Edit


🕸Fergus Duniho wrote on Sun, May 3, 2020 03:22 PM UTC:

On line 30, you have "else if" instead of "elseif".


Aurelian Florea wrote on Mon, May 4, 2020 04:52 AM UTC:

If that manadatory or "else : if" if fine too?


Aurelian Florea wrote on Mon, May 4, 2020 02:13 PM UTC:

Fergus,

I has passed that stage, and now I have some tests to do. Thanks for your help!...


6 comments displayed

Earlier Reverse Order Later

Permalink to the exact comments currently displayed.