maksimKorzh / bbc

Bit Board Chess (BBC) - The easiest to understand bitboard chess engine by Code Monkey King
GNU General Public License v3.0
65 stars 16 forks source link

updated to c++ and embedded nnue #6

Open FireFather opened 1 year ago

FireFather commented 1 year ago

Hi Maksim- Congrats on a fine programming effort and a great engine!

I took the liberty to:

You can find it here: https://github.com/FireFather/bbc

tissatussa commented 1 year ago

@FireFather thanks for the code. I discovered that you re-made other sources also, like Oppolit and Ivanhoe, but when i try to compile those sources it fails because i'm on Linux - these sources only seem to be for Windows .. however, the BBC NNUE version (in /bbc_nnue) can be compiled on Linux into a working binary (btw. what is the folder "/bbc+nnue"? Its name suggests it has NNUE, so what's the difference?).

Note: i post this message here, because you disabled comments / issues !?