Puzzle Game in DOTNET

Puzzle Game in DOTNET

Abstract:

In this document an overview is given of the 15 Puzzle game design which is based upon requirements outlined in the project proposal. Included in this document are the explanations of the methods and techniques in which the project was designed, implemented and tested in order to meet the require-ments that are outlined in the project proposal. Also included are digital images to help the reader more fully understand the description of the design. There are two appendices, one of which contains a hardware schematic, and the other which contains the full code of the program excluding the very large and bulky hexadecimal arrays that store the data for the images that are used. Because the hexadecimal arrays that store the images are so large only the declarations of the arrays have been included without all of the hexadecimal values.