thisisroot / lc0

LC0 is a trained neural network chess engine built for being the G.O.A.T

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues License


Logo

lc0 is a chess engine designed to bully.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Features
  4. Contributing
  5. License
  6. Contact

About The Project

Product Name Screen Shot

LC0 is a trained neural network chess engine built for being the G.O.A.T: #lc0, LittleChuck0, twitter

(back to top)

Built With

  • Python
  • Chess-lib

(back to top)

Getting Started

Here is the instructions for running lc0 on your own machine.( A little bit dangerous :) )

Prerequisites

Softwares :

  • python > 3.8
  • pip
  • tkinter, chess, numpy, pygame
    sudo apt install python3.x-tk
    pip install chess
    pip install numpy
    pip install pygame
    pip install pygame-menu -U

Installation

  1. Clone the repository
git clone https://github.com/thisisroot/LittleChuck0.git
  1. Run the Main.py
  2. Enjoy the game!

(back to top)

Features

  • Neural Network
  • Decision Tree
  • Evaluation
    • 0 Based Algorithms

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Syn License. See LICENSE.txt for more information.

(back to top)

Contact

lc0 - @LittleChuck0

Project Link: https://github.com/thisisroot/LittleChuck0

(back to top)

About

LC0 is a trained neural network chess engine built for being the G.O.A.T


Languages

Language:C++ 89.2%Language:Makefile 4.1%Language:Python 3.9%Language:C 1.8%Language:Shell 1.0%