More Information for Puzzle Program

Homework 9 for Computer Science 125

Introduction to Computer Science

Boise State University, Spring 1999

P28. (Puzzle) Write a class called PuzzleBoard. PuzzleBoard should store 15 PuzzlePieces (see Homework 7, P19) and include the following methods: Your class should use the PuzzlePiece class written for P19.

PuzzleBoard will be called by Program28.java and should work like the following example:

Hints: