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 Fri, Jan 2, 2009 03:29 PM EST:
I'll need to get home before I can deal with the bugs, but I'll answer your other question now. The difference between numbers and strings should be the same as it is in PHP. Being programmed in PHP, GAME Code just inherits the types of its parent language. However, a test I ran using pregame code says that a number is identical to the string representation of the number. This may be because Game Courier handles each line of code as a string and does not attempt to distinguish between numbers and quoted numerals.