Home - Virinas-code/Crocrodile GitHub Wiki
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
- 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
)
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.