Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 958 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 958 Bytes

A Chess AI powered by minimax algorithm and alpha-beta pruning (v 1.0)

How to run

  • Clone the repository using git clone https://github.com/rafin007/react-chess-ai.git
  • Go to the root directory
  • Install the necessary dependencies using npm install
  • Run the project using npm start

Live Demo

Checkout the live demo of this app here -> https://react-chess-ai.netlify.app/

Contact

If there are any issues or questions regarding this project, please reach out to me at [email protected]

Future work

  • Collect dataset
  • Use reinforcement learning to train

License

This repository falls under the MIT license. Any redistribution or reuse within proprietary software, is hereby permitted provided that either all copies of the licensed software include a copy of the MIT License terms and the copyright notice

Project status

Although there are future works planned for this project, for now this project is marked as completed