Lumac0 - UCI chess engine
General Information
Lumac0 is a chess engine written from scratch in C++ by dbenson42 https://github.com/dbenson42.
It is also avalaible on [Lichess](https://lichess.org/@/Lumac0), and it's rated around 1850 points. The engine is under continous improvement, and still needs a lot of optimizations.
## How to compile Lumac0 doesn't require any third party library, all you need in order to compile it is a c++ compiler, preferably g++.
v.13.2:
Lumac0 is a chess engine written from scratch in C++ by dbenson42 https://github.com/dbenson42.
It is also avalaible on [Lichess](https://lichess.org/@/Lumac0), and it's rated around 1850 points. The engine is under continous improvement, and still needs a lot of optimizations.
## How to compile Lumac0 doesn't require any third party library, all you need in order to compile it is a c++ compiler, preferably g++.
v.13.2:
Fixed bug in the changeturn() function
Changed and improved LMR mechanichs and values
Improved Hash Table handling.
Comments
Post a Comment