Domin8 Chess Engine is a UCI-compatible chess engine crafted in C for dynamic, aggressive gameplay. Designed to minimize draws, this engine strives for decisive outcomes, pushing for either a win or loss in every game. Its unique algorithms enhance aggressive tactics, making it an ideal choice for enthusiastic players and competitive environments looking to challenge traditional playing styles. Perfect for those seeking to transform every chess match into a thrilling battle!
- UCI (Universal Chess Interface) compatible
- Aggressive evaluation and move selection
- Written in C for performance and control
- Minimal-draw design for decisive results
Domin8 uses a simple Makefile for compiling the engine. You’ll need gcc
installed on your system.
make
The compiled executable will be placed in the build/
directory as Domin8
.
make run
make clean
This project is licensed under a custom MIT-style license with an attribution requirement. See CUSTOM_LICENSE for full terms.