Checkers

Red: Human (you!)
Blue: Your Browser
Rules are here. Or, switch sides.

Predictions made last turn: 0. The AI will be effective if your browser can pull off at least 10,000.


About the demo. The goal of this demo is to test the feasibility of using JavaScript to implement AI in board games. Specifically, here we use the UCT algorithm. While mainly popular for Go, it can be adapted for many situations. Checkers had a good balance of familiarity, ease of play, and ease of implementation. Source code is at github.