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

The Fairychess Include File Tutorial. How to use the fairychess include file to program games for Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sat, Mar 28, 2020 10:12 PM UTC:

Looking at your code, you used the names of Cardinal, Marshall, and Half_Duck instead of Archbishop, Chancellor, and Lion. To use other names, you need to copy the relevant functions and variables to new names. For an example, I used this code to change the Cardinal to an Archbishop in Gross Chess:


copyfn Cardinal Archbishop;
copyfn Cardinal-Range Archbishop-Range;
set Archbishop-Desc var Cardinal-Desc;
setconst A Archbishop;
setconst a Archbishop;