Skip to content

Ainy07/Chess-Game-In-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Chess-Game-In-Flask

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published