Hello,
i was just wondering if any one had put together a good chess game using excel.
im currently just using a shared workbook with letters that represent the pieces and lowecase vs uppercase letters as teams. its crude but works fairly well.
thanks,
christian.
I know this post is 2+ years late, but I've been working on an Excel chess workbook (http://jollierme.com/Chess.html). It's not terribly attractive, but it has all of the logic for human and computer players (meaning that it does not allow illegal moves). The computer can currently only play a random move. My next step will be to add AI. As Oorang mentioned, VBA's lack of speed may cause the AI to be too slow to be any good, but I intend to find out!.