Skip to content

Commit 9729de2

Browse files
committed
updated readme
1 parent 914c422 commit 9729de2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ This file takes in a puzzle file in PGN format which contains Mate in 4+ puzzles
2828

2929
JavaStockfish
3030
=============
31-
A thin client for Stockfish. Comes in handy when we need to use Stockfish along with the object oriented goodness of Java. See `Javadoc` for detailed explanation.
31+
A thin client for Stockfish. Comes in handy when we need to use Stockfish along with the object oriented goodness of Java. See `Javadoc` for detailed explanation. The functions currently implemented are :
32+
* Start the engine
33+
* Stop the engine
34+
* Get list of valid moves
35+
* Get best move
36+
* Send UCI commands to engine
37+
* Get raw dump from engine
38+
* Pretty print the board state

0 commit comments

Comments
 (0)