Skip to content
Virinas-code edited this page May 18, 2021 · 1 revision

Crocrodile

Presentation

Crocrodile is a new kind of chess engines : it uses a Neural Network to filter good moves and bad moves in the Minimax.
It's running on a Lichess BOT with a berserk based API.
It currently don't have an UCI -> UCI Project

Install

  1. Download the code
  2. Install requirements python3 -m pip install -r requirements.txt
  3. Write your API Token to lichess.token
  4. Write your DEV API Token to dev.token
  5. Run client.py (more options at client.py --help)

Contribute

Create a Pull Request on GitHub after doing a Fork. Your change will be accepted if they are corrects.

Bug report

Create an Issue on GitHub. Then the developpers will try to fix the bug.

Crocrodile

A simple chess engine.

Pages

Clone this wiki locally