CS 470 Artificial Intelligence Winter 2012, Instructor: Jeffrey Horn
Assignment 3 (Project 1):
A* Search for Path-finding on
Open Terrain: "The Island"
| Handed out/Assigned: | February 15, 2012 |
| Due: | February 29, 2012 |



Try going to Alex Island!
(from Bethesda Softwork's
Morrowind''s
AI):"The AStar algorithm is a common, but effective and efficient, path-finding algorithm enhanced in Morrowind with the use of pre-generated grids. " (Kerry Sergent, AI Programmer, TheElderScrolls: Morrowind, Bethesda Softworks)

Notice the discretization (terrain was clearly divided
into a rectangular grid of limited granularity).
(from
Bethesda Softwork's
Morrowind''s
AI):