View Single Post
Old Mar 19th, 2007, 8:46 AM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Your AI could be as simple as blocking any opponent move which results in an immediate win for the opponent, and making any move which results in an immediate win for the machine. It could be as complex as a neural network whose weights are chosen by a genetic algorithm. Obviously you won't learn anything from it unless you work at it in one fashion or another.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote