Giter Site home page Giter Site logo

maksimkorzh / bbc Goto Github PK

View Code? Open in Web Editor NEW
61.0 8.0 18.0 27.47 MB

Bit Board Chess (BBC) - The easiest to understand bitboard chess engine by Code Monkey King

License: GNU General Public License v3.0

C 91.67% Makefile 0.11% C++ 7.68% HTML 0.07% Python 0.47%

bbc's Introduction

BBC (Bit Board Chess) + Stockfish NNUE!

  • UCI chess engine by Code Monkey King
  • written for didactic purposes
  • covered in 95 YouTube video series

Subscribers' projects based on BBC

KhepriChess by Kurt1288: https://github.com/kurt1288/KhepriChess (TypeScript)
KittyEngine by UnboxTheCat: https://github.com/evanhyd/KittyEngineV4 (C++)

Project sponsors

  • Eduardo Cáceres

Play BBC online

IMAGE ALT TEXT HERE

Final release

IMAGE ALT TEXT HERE

YouTube tutorials

IMAGE ALT TEXT HERE

Final version CCRL rating is 2937 ELO

Features

  • own online GUI
  • bitboard board representation
  • pre-calculated attack tables
  • magic bitboards for sliding pieces
  • encoding moves as integers
  • copy/make approach for making moves
  • negamax search with alpha beta pruning
  • PV/killer/history move ordering
  • iterative deepening
  • PVS (Principle Variation Search)
  • LMR (Late Move Reduction)
  • NMP (Null Move Pruning)
  • razoring
  • evaluation pruning / static null move pruning
  • Transposition table (up to 128MB)
  • PURE Stockfish NNUE evaluation + 50 move rule penalty
  • UCI protocol

Credits

This project would never be completed
without the help of Talk Chess forum
community members who has been helping me
during the development process significantly
I would like to thank to:

  • HaraldLuessen & Pedro Castro Elgarresta for neverending hints and technical support
  • Sven Schüle for explaining how mating scores works in TT (in great details!)
  • Jay Warendorff for testing development versions of BBC
  • Marcel Vanthoor for teaching me linear algebra and general inspirations
  • Ronald Friederich for providing PeSTO evaluation tables and sharing his ideas
  • Gabor Szots from CCRL for testing & rating BBC
  • Silvian R. for running private tests
  • Chris Rea for testing and fixing bugs
  • Brendan J. Norman for creating logo for BBC
  • Daniel Shawul for providing NNUE probe library

And all the subscribers watching my videos and
motivating me to keep the development!

Test matches

Get PGN games

Support the project

Become a Patron!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.