New Chess AI
in
Share your Work
•
1 year ago
This is my second Chess AI:
It uses the Minmax algorithm to analyze two moves into the future (it can do three or more but it takes too long). The environment running it uses an integer array to store the board. I'm hoping to get the next environment to work with bitboards so it will run faster. Any advice on fast move analysis would be appreciated.