Index of /~jad1/comp204/puzzle/
Puzzle.java
PuzzleTileFactory.java
ImagePuzzleTileFactory.java
PlainPuzzleTileFactory.java
PuzzleConsts.java
PuzzleTile.java
========================================================================
DATA FOR PUZZLE APPLICATION IN JAVA:
Puzzle.java
application for an N-puzzle GUI/App, representation of Composite
class (not complete)
PuzzleTileFactory.java
abstract factory class for creating PuzzleTiles (can be of any
size/type), a PuzzleTileFactory object is passed to gui's or apps
that need to create tiles
ImagePuzzleTileFactory.java
construct factory for generating PuzzleImageTiles from any image
PlainPuzzleTileFactory.java
construct another factory for generating plain puzzle tiles
PuzzleConsts
contains static global constants within its own class
PuzzleTile.java
class that mimics a button for use in the N-piece puzzle
========================================================================