Darlanio / JavaScriptChess

My Repository for Development of a JavaScript Chess AI including WebPage with Chessboard
0 stars 0 forks source link

JSChess #1

Open Darlanio opened 7 years ago

Darlanio commented 7 years ago

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.

Darlanio commented 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.

Darlanio commented 5 years ago

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.