Chess engine: Fornax 3.0
Fornax is a low-rated chess engine, written in C/C++.
It supports the main parts of the UCI protocol, so it should work with various chess GUIs and other programs. Version 3.0 of Fornax has an elo rating of ~2350 at CCRL (Computer Chess Rating Lists) Blitz.
It is written from scratch and reuses no code from any other programs. However most of the ideas and concepts are not my own but taken from other authors and from sites such as chessprogramming.org and talkchess.com/forum3. This includes ideas such as min-max, alpha beta pruning, PVS, transpositions tables, Zobrist hashing, null move pruning, LMR, bitboard representation, piece square tables, pawn evaluation techniques and more.
Comments
Post a Comment