Check out Glinski's Hexagonal Chess, our featured variant for May, 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

Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sun, Sep 21, 2008 11:21 PM UTC:
Okay, the problem with reverse is fixed. In my code for the operators, each operator is nested in two switch-case statements. The outer one groups operators around the number of operators it takes. Anyway, although the code for reverse appeared in its inner switch-case statement, it was missing the 'case 'reverse':' code in the outer switch-case statement. So it wasn't recognizing the operator. Adding it fixed the problem.