Need Help adding a difficulty option for User functionality
Quick question, I have developed 3 A.I's each with a different depth. Currently to choose what A.I you want to play against you have to go into the java file called Main.java and change it to whichever one you want. The line to change is: chessGame.setPlayer(Piece.COLOR_BLACK, ai3);//Here A.I is assigned I want to allow the user to have an option at the start of the game to choose the A.I. I was hoping for some help with the interface, I was thinking something something like a JOptionpane might work. (I'm just not sure how to do one for the A.I selection) Current A.I's ai1 ai2 ai3 package