Skip to content

agarwalgaurav811/chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-engine

It is a web app in javascript which can play chess. It features an AI that uses minimax to find the best move. It uses many heuristics to improve playing performance such as:

  • move-generation
  • board evaluation
  • Minimax
  • Alpha beta pruning

Releases

No releases published

Packages

No packages published

Languages