This is final version of my project - Pictionary

Pictionary.java

Note: ProbStatTools.java is required to properly run the Pictionary game.

The game is designed to be played like the original Pictionary, with 2 players.

In this program, the first user is initially presented with the option of either choosing an answer (which is randomly selected from a list of 5 different answers) or setting their own answer.

After the answer is set, the "Countdown" button should be pressed, and the game will begin.

The same user that set the answer is now liable for drawing a picture of the answer.

The second player now has to type in their guess in the top-most input box, and click the "Check Answer" button.

If their guess was correct, the timer will stop, and the message "You win!" will be displayed.

Otherwise the user will be told to guess again, and the timer will continue to run.

If the time reaches zero, and the correct answer has not been guessed, the guesser loses.

At this point, the "Play Again" button will become active, giving both players the chance to start a new game.

Enjoy!