Skip to content

a-waider/chess-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-AI

Running instance playable at: https://lichess.org/@/schach-KI

Prerequisite

  • sudo apt-get install python3

Install guide

  • git clone https://github.com/Andy2903/chess-AI.git
  • python3 -m pip install -r requirements.txt

Compiling the engine

  • cd path/to/lichess-bot/engines/chess-AI
  • pyInstaller uci.py

How to run

Using UCI

  • python3 path/to/chess-AI/uci.py
  • Requires the engine to be compiled
  • git clone https://github.com/ShailChoksi/lichess-bot.git
  • cp -r path/to/chess-AI path/to/lichess-bot/engines
  • Follow instructions in README.md from lichess-bot
  • Set engine.name in path/to/lichess-bot/config.yml to chess-AI/dist/uci
  • python3 path/to/lichess-bot/lichess-bot.py

About

The aim of this project is to build an chess AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages