Hi,
iam looking for a very simple Chess-Ai written in C++.
Does anyone of you know a such a ChessAI?
Or has anyone another solution for my problem?
Cause, i really don't know to create a Chess.AI,
I have created a board using Irrlicht, but know iam stuck.
simple Chess AI?
Chess AI is the hardest AI to write, mostly because its a game of perfect information (both players can see all of the game, unlike say poker where you only see your own cards)
Theres quite a good series (about 8 articles, i think) on http://www.gamedev.net -> articles -> AI. Although its a differcult read without prior programming/AI experience.
I had to do a chess game last year at uni, it didn't have to have AI so i just put one in the choose a random move from all available each turn, although playing AI against itself was quite fun
Theres quite a good series (about 8 articles, i think) on http://www.gamedev.net -> articles -> AI. Although its a differcult read without prior programming/AI experience.
I had to do a chess game last year at uni, it didn't have to have AI so i just put one in the choose a random move from all available each turn, although playing AI against itself was quite fun
If you want something simpler and can read python look here:
http://www.kolumbus.fi/jyrki.alakuijala/pychess.html
http://www.kolumbus.fi/jyrki.alakuijala/pychess.html