Skip to content

Commit 83f10c8

Browse files
authored
refactor(comments)
1 parent f8f3f25 commit 83f10c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/engine/LiquidSearchEngine.java

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
import java.util.List;
1111
import java.util.Random;
1212

13+
/**
14+
* This class represents the internal state of Liquid Chess Engine
15+
*
16+
* Thanks to Stockfish devs for provinding the engine which Liquid uses time to time for help
17+
*
18+
* @author jalpp
19+
*/
20+
1321
public class LiquidSearchEngine {
1422

1523

0 commit comments

Comments
 (0)