Package <Unnamed>

Class Summary
GuessController GuessController.java GuessController provides interactive functionality for the GuessFrame GUI.
GuessFrame GuessFrame.java GuessFrame provides the GUI for the GuessModel A board with hidden color tiles is set up for a guessing game where the user can flip one of the tiles and then tries to guess which tile on the board hides the same color.
GuessModel GuessModel provides a 'deck' of 16 numbers underlying the guessing game.
GuessWindow GuessWindow.java Controlling class (main) to create model, view(GUI) and controller for a guessing game implemented as a windows application
MyAdapter