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 ]

Single Comment

Sissa. Variant on 9 by 9 board with Sissa's. (9x9, Cells: 81) [All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Tue, Oct 3, 2023 03:06 PM UTC in reply to Kevin Pacey from Sun Oct 1 03:40 AM:

The error message says:

SYNTAX ERROR IN USER INPUT n f7-d6 on turn 9:

compose_move: #to is not a valid coordinate

When a variable has not been assigned a value, it is sometimes treated as a string literal of the named variable. So, what we have here is the variable named to without any value assigned to it. See where #to appears in the code, and make sure it has been assigned a value, and that that value is a valid coordinate.