Skip to content

DrSegMcFault/sukless2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sukless2

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.

image

Why?

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++.

Future Plans

The hope is that sukless2 will eventually be seperated into client and server applications

Building sukless2

  1. install Qt and QtCreator
  2. figure it out