Creating Chess AI
Hello I have been messing around on small projects over the summer and I started on a chess game I got all the pieces moving correctly and the game is completely playable 2 players.
I want to start working on a chess AI I read around the subject and I kinda understand the min max system thanks to some online tutorials. But since most written guides are based in java and I am struggling with the AI detecting what pieces and moves it could do.
Any advice would be appreciated and I would love being about to adjust the searching length in game
Many thanks
Comment