40 likes | 172 Views
gMastermind. By: Tom Hanrahan and Kyle Arnzen April 26, 2005 A C++ and Gtkmm GUI Game. Implementation. Files Included : Written by Tom : - board.cc / board.h - player.cc / player.h Written by Kyle : - window.cc / window.h - Glade tools (dialog boxes)
E N D
gMastermind By: Tom Hanrahan and Kyle Arnzen April 26, 2005 A C++ and Gtkmm GUI Game
Implementation • Files Included: Written by Tom: - board.cc / board.h - player.cc / player.h Written by Kyle: - window.cc / window.h - Glade tools (dialog boxes) Written and debugged together: -Grid.cc / Grid.h
What is it ? • A simple GUI game in which the user tries to guess a randomly generated code of a sequence of colors. • The user gets 8 guesses at cracking the code and after each attempt is informed of: - how many of their guessed spots are correct -of those not in the correct spots, how many are the correct colors