Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 339 Bytes

File metadata and controls

8 lines (7 loc) · 339 Bytes

Chess Ai

A chess playing algorithm, works by minimax. Can look 7 layers deep (10^9 moves) in a few seconds thanks to Webassembly. No castling or 3 move repeat rule, but other chess rules are correct.
Play in your browser at https://npiphi.github.io/chessAI/web/main