Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 3.47 KB

ReadMe.md

File metadata and controls

37 lines (29 loc) · 3.47 KB

Midnight

License Release Commits

A free and open source UCI chess engine written in C++.

Strength

Version CCRL 40/15 CCRL Blitz
Midnight 8.0 3257±21 [#42] 3373±17 [#44]
Midnight 7.0 3020±21 [#93] 3113±17 [#89]
Midnight 6.0 2919±30 [#110] 3055±19 [#92]
Midnight 5.0 2828±15 [#146]

Compilation

git clone https://github.com/archishou/MidnightChessEngine
cd MidnightChessEngine
make

Credits

Thanks to @Alex2262 for helping with lots of small improvements in my engine.

Thanks to @Ciekce for helping me become a better C++ dev. He helped me find code that produced undefined behavior and is responsible for helping me fix my Makefile numerous times.