Skip to content

Chess AI with minimax/alpha-beta pruning using chessboard.js on the browser and node.js backend

Notifications You must be signed in to change notification settings

ranzuh/chess-web

Repository files navigation

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.

About

Chess AI with minimax/alpha-beta pruning using chessboard.js on the browser and node.js backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published