Tags: billjordanchess/JavaScript-Chess
Tags
Add files via upload Code tidied up, including using algebraic constants to represent squares e.g. 4 is now E1 Some redundant code removed. Engine moves instantly when there is only one legal move. A function named Debug has been added which may be called at any point. More to be done.