Skip to content

Commit

Permalink
refactor(comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalpp authored May 7, 2024
1 parent f8f3f25 commit 83f10c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/engine/LiquidSearchEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
import java.util.List;
import java.util.Random;

/**
* This class represents the internal state of Liquid Chess Engine
*
* Thanks to Stockfish devs for provinding the engine which Liquid uses time to time for help
*
* @author jalpp
*/

public class LiquidSearchEngine {


Expand Down

0 comments on commit 83f10c8

Please sign in to comment.