tanmay2004 / FlaskChess

Simple chess AI built using python and flask.

Home Page:https://calm-mountain-96098.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Simple chess AI built using python and flask.

https://calm-mountain-96098.herokuapp.com/


Languages

Language:JavaScript 72.0%Language:Python 19.1%Language:HTML 6.4%Language:CSS 2.5%