Skip to content

SUSHANT12PRABHU/Dep-AI-Chess-Bot

Repository files navigation

This is a simple chess engine/interface created using flask.
It uses chessboard.js and chess.js for the logic of the frontend chessboard, and python chess for the
logic of the backend chessboard. All calculation is done on the backend using python.

In order to run this application on your own machine, please install flask and python chess.

Install flask by running:
    pip install flask

Install python chess by running:
    pip install python-chess[uci,gaviota]


Inspired by 
1) https://www.freecodecamp.org/news/simple-chess-ai-step-by-step-1d55a9266977
2) https://byanofsky.com/2017/07/06/building-a-simple-chess-ai/
3) https://projectworlds.in/

Deployed on Heroku -
https://depai-chess-bot.herokuapp.com/

About

Dep-AI-Chess-Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published