[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Comments/Ratings for a Single Item
May any editor look at this article for submitting a preset?
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:
4 comments displayed
Permalink to the exact comments currently displayed.
I think this article is ready for publishing the Apothecary Chess-Classic game.