yl25946 / spaghet

bitboard chess engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spaghet-logo

Testing

https://chess.aronpetkovski.com/

TODO:

  • Add check evasion to qSearch
  • Write legality check before making a move (usually gains 0-10 elo)

Special Thanks

  • The entirety of Stockfish Discord
  • Zuppa, Ciekce, fury, and shawn_xu for dealing with me
  • Ciekce for helping me writing inference and simd for NNUE
  • Everyone on my OB instance
  • AGE for writing OB
  • To Makism Korzh for writing BBC tutorial, which helped me write movegen with magic bitboards and precalculated lookup tables

About

bitboard chess engine

License:GNU General Public License v3.0


Languages

Language:C++ 87.5%Language:C 9.3%Language:Makefile 1.9%Language:Python 1.2%