-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Virinas-code edited this page May 18, 2021
·
1 revision
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
- Download the code
- Install requirements
python3 -m pip install -r requirements.txt
- Write your API Token to lichess.token
- Write your DEV API Token to dev.token
- Run client.py (more options at
client.py --help
)
Create a Pull Request on GitHub after doing a Fork. Your change will be accepted if they are corrects.
Create an Issue on GitHub. Then the developpers will try to fix the bug.