|
|
| ||||
|
All of the software on this website is released under the GNU General Public License. Please download the source that I have so far. If you would like to help me with this program, please email me at lasindi@gmail.com.
Chess AI is one of my biggest programming goals. I have written lots of code for it before, but it was so ugly and inefficient that I decided to rewrite it (for the third time). I was inspired by an article in a C++ textbook about artificial intelligence that used Deep Blue vs. Kasparov as an example. I'm writing the program as a like-C-but-actually-C++ program, much like Stoichiometry Solver (the non-GUI part at least). What I mean by this is that I use C++ features for I/O (iostreams), comments (//), boolean code (bool variables) and string handling (I actually did true C string handling in Stoichiometry Solver, i.e. using char arrays). This is what's being tested now:
These are the capabilities I have so far:
These are some of things that need to programmed next:
|
||||
|
| ![]() |
||||
|