Lessons tagged: abs
-
Updated on: Nov 23, 2011
How do I Create an 8-Puzzle Game?
This lesson describes how to create a simple interactive 8-Puzzle game. Sample code is provided that can be placed in and run from the main stack. The board and game tiles are automatically generated.
-
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.
