Open Darlanio opened 7 years ago
Still a lot bugs to squash but it seems to work just fine. I have added an openingbook which works fine and gives more random games. The script handles both castling and en passant, but some bugs seems to be related to these features. Due to horizon effect the script plays faster and a lot worse in endgames. I estimate chessplaying strength to less than ELO 1200.
Will need to do a complete rewrite, possibly using TypeScript instead of javascript, to make sure I get a good and bugfree solution. This project lacks unittests and should not be used.
Comment from 2016.11.xx
Plan to create a webpage with Chessboard and an AI in Javascript to play against. Realizing this will be for beginner level only since I am just a beginner at JavaScript and only an intermediate chessplayer myself.