Skip to content

Commit

Permalink
README.md corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
nionita committed Dec 20, 2016
1 parent 857595c commit 1e4b4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Barbarossa - a chess engine written completely in Haskell
=========================================================

Barbarossa is a UCI chess engine written completely in Haskell. UCI is one of 2 protocols used in the computer
chess scene to communicate between a chess GUI and a chess engine. This way it is possible to write just the
Expand All @@ -22,6 +23,6 @@ futility pruning, late move reduction, internal iterative deepening.
I still have a lot of ideas which could improve the strength of the engine, some of which address a higher speed
of the calculations, and some, new chess related features, which may reduce the search tree.

The last released version is Barbarossa v0.3.0 from begin of October.
The last released version is Barbarossa v0.4.0 from December 2016.

*) http://www.computerchess.org.uk/ccrl/404/

0 comments on commit 1e4b4f6

Please sign in to comment.