mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-02-23 15:49:51 +01:00
Create ChessEngine.java
This commit is contained in:
13
Java/ChessEngine.java
Normal file
13
Java/ChessEngine.java
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
public class ChessEngine
|
||||||
|
{
|
||||||
|
public static void main(String[] args)
|
||||||
|
{
|
||||||
|
//Testing.testRookMoves();
|
||||||
|
Board.SetTrickyPosition();
|
||||||
|
//Board.SetStartingPosition();
|
||||||
|
Board.PrintBoard();
|
||||||
|
Perft.RunPerftInlineGlobalOcc(2);
|
||||||
|
//Board.PrintBoard();
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user