CSCI 335 - Programming Project #3: Checkers

Fall 2017

Due: Tuesday, September 19, 1:15 pm


Overview

You will develop an intelligent AI for the game of Checkers. You will implement alpha-beta search as well as some customized board evaluation functions.

Setup

The Java source files are provided in checkers.zip. To set up the files in Eclipse, do the following:

Programming Assignment

The files are placed in three packages.

Requirements