Assignment 5: Game-Playing Agents
CSE 415: Introduction to Artificial Intelligence
The University of Washington, Seattle, Spring 2019
The reading for this assignment is Search in The Elements of Artificial Intelligence with Python.
Choice of option and partner name (for option 1) due Wednesday, May 8 at 11:59, via WebQ. Files due Monday, May 13 at 11:59 PM. Files due Tuesday, May 14 Files due Wednesday, May 15 at 11:59 PM. There are two options in this assignment.
  1. Baroque Chess (done in partnerships)
  2. Toro Tile Straight (done individually)
Both options involve implementing the following: move generation (to make legal moves in a game); static evaluation, minimax search, alpha-beta pruning, iterative deepening as part of an anytime algorithm, utterance generation, and a specific testing function.