Search Results
-
Updated on: Oct 13, 2010
How do I Tell the Computer to Solve the 8-Puzzle Game?
This lesson describes how to make the computer solve the 8-Puzzle for you, using a commonly applied Artificial Intelligence search technique. A top level discussions of the key algorithm is given, and code samples are provided.
-
Updated on: Oct 13, 2010
How do I Tell the Computer to Solve the 8-Puzzle Game Using A*?
This lesson introduces the Heuristic Search Algorithm A* (A Star) and uses it to solve the 8-Puzzle. A high level discussion of key algorithm components is given, and code samples are provided. Further research into the A* algorithm is strongly advised.
