EubosChess

timetraveller

Top contribute Forum Top Active Users
Global moderators
Points: 6 301,00 
Forum Contributions
Posts: 2144
Joined: 01/11/2019, 14:27
Status: Offline (Active 6 Hours, 18 Minutes ago)
Medals: 2
Topics: 351
Reputation: 378
Location: Biergarten
Has thanked: 1912 times
Been thanked: 4081 times

EubosChess

Post by timetraveller »

Author: Chris Bolt

v1.0.3


A basic Java chess engine, written for kicks. Uses jcpi for the UCI protocol parts. Kind of weak, doesn't evaluate for king safety, for example. Now uses transpostion hashing, but because it runs in the Java VM on a bog standard PC, doesn't search very deeply (around 100K Nodes/s, though this is actually quite hard to evaluate due to the hashing). This is my first chess engine, my first full Java project, my first open source contribution...

Current release version 1.0.3

You can get a binary from the bin folder, alongside a batch file for running Eubos from Arena.

You must have installed Java version 8 on the PC to use Eubos (get it from java.com)

To install Eubos as an engine in Area:

-Select Engines > Install New Engine
-In the file browser dialog that appears, change the drop down to *.bat
-Navigate to the Eubos binary location, select the StartEubos.bat
-Select UCI protocol to communicate with Eubos
-That's it!


Homepage

Return to “Other Free Engines”