|
This project contains information about projects that I'm currently working on. Where possible, a link to a working version is provided.
Chess AI
A C++ chess program featuring with an AI engine attached to it.
It seems to work relatively well. An experienced player, however, will sometimes beat it. Additionally, there are few weird bugs - especially at the end of the game, when the computer realises it has no chance of winning.
Download the Chess AI
Checkers AI
A Java-based checkers program with with an AI engine attached to it.
It seems to work very well. Sometimes, it is possible to tie with it, but it is so far unbeaten. It uses a simple brute-force algorithum. It's very fast on earlier moves, but can take a while to decide which move to make if there are few pieces on the board.
Download the Checkers AI
Play the Checkers AI Online (with jasonland.net interface)
Play the Checkers AI Online (hide jasonland.net interface to avoid distractions)
|