Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 595 Bytes

Kin-AI-Chess

This is a simple online AI chess engine/interface created using flask

This In order to run this application on your own machine,

first intall all python and pip then

Install flask by running:

pip install flask

Install python chess by running:

pip install python-chess


run the server by python flask_app.py

sample Home page

image

image