Check out Symmetric Chess, our featured variant for March, 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 Tue, Jan 12, 2021 07:15 PM UTC:

I have started work on updating the documentation to include previously undocumented operators. I'll update this comment as I make more progress. So far, I have gone through the nullary operators, which do not take any arguments.

I have added documentation for the previously undocumented operators: args.

I removed the following undocumented operators: debug, dump.

I removed documentation for the following non-existent operators: player.

I modified the dump command to use var_dump() instead of print_r, and I modified it to report on a single value when it is passed as an argument. The use of var_dump() adds information on the type of each value.