oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2k stars 406 forks source link

Example Project #243

Open Antriksh1811 opened 1 year ago

Antriksh1811 commented 1 year ago

an example of what can be done by integrating chess.js, chessboard.js A project written in Django that creates a chess opening detail by playing out the moves of all specific openings to open on local machine make sure to install python and django cd to "openingtrainer" project (not to be confused with the openingtrainer present inside the app) run python manage.py migrate run python manage.py runserver