Integrate my Alpha-Beta chess AI with chessboard.js on the browser and node.js backend
https://ranzuh-chess-web.herokuapp.com/
You will need:
- Python 3
- Node.js
- npm
- Install dependencies
pip install -r requirements.txt
npm install
- Start the server with npm
npm start
- Now you can go to http://localhost:3000/ to play against the AI.