Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.13 KB

sources_README.md

File metadata and controls

18 lines (12 loc) · 1.13 KB

Overview

As a chess programmer, you want to have the sources of Bagatur chess engine as a part of the distribution so that you can easily compile and run them inside the Eclipse development environment. This source distribution is exactly what you want. It is an Eclipse workspace with simple main method inside the EnginesRunner sub-project.

How to run the engine

  • Download the sources in a new directory.
  • Import the existing projects into the Eclipse workspace.
  • Run the main class bagaturchess.engines.run.MTDSchedulerMain (it is inside the EnginesRunner sub-project).

Interesting sources