mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-02-23 15:49:51 +01:00
Delete Java/ChessEngine.java
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
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