Releases: Spatial-Innovations/ChessEngine
Releases · Spatial-Innovations/ChessEngine
Chess Engine Version 1.0.1
This release features improvements to piece maps and evaluation weights. The nps is about 3000.
Chess Engine Version 1.0.0
This is the first release of our chess engine. This release is estimated to be at around 1000 ELO. The nps (nodes per second) is about 3000. This engine was written entirely in Python 3, which explains the speed issues. Evaluation functions include Piece Maps, Material, Central Control, and Pawn Structure.
To use this engine, you will need a Chess GUI. Attached is the source code and the executable. The executable is compiled with pyinstaller.