mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2025-12-27 14:49:04 +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