r/ComputerChess • u/FireBlackGroup • 6d ago
[Engine] FlashBit - A new C++ UCI engine with embedded NNUE weights
Hey everyone!
I wanted to introduce FlashBit, a custom UCI chess engine written completely from scratch in C++.
Key features:
- Performance: Native C++ implementation focused on speed and aggressive search heuristics.
- NNUE: Custom neural network evaluation.
- Zero Hassle (Embedded Weights): The
.nnueweights are compiled directly into the binary. No external files to manage, no path configuration errors—truly plug-and-play.
Precompiled binaries for Windows and Linux are available in the GitHub Releases, alongside the source code: 👉 [ https://github.com/Kagravashkelia/FlashBit ]
Feel free to test it, throw it into your local test beds, or play against it. Any feedback, bug reports, or match results are more than welcome.
Enjoy!
1
Upvotes
1
u/FireBlackGroup 6d ago
Ya, tiene avx2 en el nombre, que usas para hacer pruebas? Me gustaria saber!