Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

AI never wants to offer draw #75

Open dadhia opened 5 years ago

dadhia commented 5 years ago

Right now, the AI could be in a bad situation. It could attempt to force a draw, but it will never offer one. We need to implement the ability for AI to offer a draw to the opponent.