Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 537 Bytes

chess-web

Integrate my Alpha-Beta chess AI with chessboard.js on the browser and node.js backend

Screenshot

Try it online!

https://ranzuh-chess-web.herokuapp.com/

How to run it yourself

You will need:

  • Python 3
  • Node.js
  • npm
  1. Install dependencies
pip install -r requirements.txt
npm install
  1. Start the server with npm
npm start
  1. Now you can go to http://localhost:3000/ to play against the AI.