🕸💡📝Fergus Duniho wrote on Tue, Nov 17, 2015 03:26 AM UTC:
I have started to implement the ability for Game Courier to show you your legal moves and to use JavaScript to catch and prevent illegal moves. This will work only for games for which the rules have been programmed in GAME Code. Support for this must be added on an individual basis, and so far, only boards of squares displayed as tables are supported. At present, I have it working for only one game. This is my second preset for Chess. It seems to work well except that it doesn't yet recognize castling moves. Once that is fixed, I will implement it in other games and explain how other developers can add this ability to their games.
I have started to implement the ability for Game Courier to show you your legal moves and to use JavaScript to catch and prevent illegal moves. This will work only for games for which the rules have been programmed in GAME Code. Support for this must be added on an individual basis, and so far, only boards of squares displayed as tables are supported. At present, I have it working for only one game. This is my second preset for Chess. It seems to work well except that it doesn't yet recognize castling moves. Once that is fixed, I will implement it in other games and explain how other developers can add this ability to their games.