Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A UCI-compatible chess engine designed to eliminate draws, pushing for decisive wins or losses in every game. Perfect for players seeking dynamic, aggressive chess

License

Notifications You must be signed in to change notification settings

iman-zamani/Domin8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domin8

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!

Features

  • UCI (Universal Chess Interface) compatible
  • Aggressive evaluation and move selection
  • Written in C for performance and control
  • Minimal-draw design for decisive results

Build Instructions

Domin8 uses a simple Makefile for compiling the engine. You’ll need gcc installed on your system.

To build the engine:

make

The compiled executable will be placed in the build/ directory as Domin8.

To run the engine (after building):

make run

To clean all build artifacts:

make clean

License

This project is licensed under a custom MIT-style license with an attribution requirement. See CUSTOM_LICENSE for full terms.

About

A UCI-compatible chess engine designed to eliminate draws, pushing for decisive wins or losses in every game. Perfect for players seeking dynamic, aggressive chess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published