[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Check out Janggi (Korean Chess), our featured variant for November, 2024.
Check out Janggi (Korean Chess), our featured variant for November, 2024.
have written the following code but I don't know where to call the subroutine.
sub King from to
move #to #from;
if sub checked #from:
verify or checkleap #from #to 1 0 checkleap #from #to 1 1;
else:
verify fn King #from #to;
endif;
move #from #to;
endsub;
;