[ 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 Apothecary Chess-Classic. Large Board variant obtained trough tinkering with known games.[All Comments] [Add Comment or Rating] 🕸Fergus Duniho wrote on Mon, Aug 31, 2020 12:57 PM UTC in reply to Aurelian Florea from 08:07 AM:Do not use code like this for random values: set coin1 rand 0 1; set coin2 rand 0 1; if == #coin2 0: Instead, use code like this: setconst coin1 rand 0 1; setconst coin2 rand 0 1; if == @coin2 0:
Do not use code like this for random values:
Instead, use code like this: