A successor to the failed project sukless-chess, Sukless2 is a magic bitboard chess engine written in C++. It aims to be a beautiful, readable, and (relatively) fast chess engine.
There are many open source chess engines, some of them use magic bitboards, but none that I have seen are easily readable. Sukless2 aims to change that. Sukless2 isn't stockfish and will never be. The goal of this project (stated above) is to make an easily readable bitboard chess engine written in C++.
The hope is that sukless2 will eventually be seperated into client and server applications
- install Qt and QtCreator
- figure it out