• Stars
    star
    1
  • Language Vue
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A chess AI project. Currently, have a barebones chess UI built using Vue and a separate chess AI using a minimax decision tree in JavaScript with a similar, more extensive algorithm in Python (see https://github.com/kavisherlock/ChessEngine). The next step is to combine the two, and later, to explore more reinforcement learning techniques and applications in chess