/ChessWeb-AI

Making Chess Ai available on the web.

Primary LanguageJavaScript

ChessWeb-AI

Making Chess Ai available on the web.

Follow along with my progress on Trello

Prerequisites

I suggest running the setup commands from within a virtualenv or conda env to limit pollution

  • Python3.6+
  • pip install -r requirements.txt (from project root)
  • python server.py uses $PORT or 8080

Contributing

Fork master, make your edits, and push up a PR with a description of what you did and why. I'll merge as many PRs as I can!