🕸📝Fergus Duniho wrote on Sun, Apr 5, 2020 02:03 PM UTC:
Sorry, I made a couple typos. The last two lines should be:
setconst k King;
setconst K King;
Also, you still haven't followed my advice about keeping track of the King's first move the same way this is already done for Chess. If you did, your Apothecary_King function would be much simpler to write.
Sorry, I made a couple typos. The last two lines should be:
setconst k King;
setconst K King;
Also, you still haven't followed my advice about keeping track of the King's first move the same way this is already done for Chess. If you did, your Apothecary_King function would be much simpler to write.