Max-Chess-Bot
A chess bot that plays like Me.
It plays my openings
Openings
Then it's a handwritten minimax search with alpha-beta pruning.
It calculates a score for each position by adding up the pieces left on the board.
Plus king safety and knight placement.
Built with pure
JavaScript