COMP 110 Fall 2007

Program 3: Rock-Paper-Scissors-Spock-Lizard Game IN A GUI!!!!

75 points

Assigned: Wednesday, September 26
Due: Wednesday, October 10 at 11:59 pm

Description

The Kicker...

    I want a GUI version of this.  There should be buttons for rock, paper, scissors, spock and lizard, and an exit button, as well as displays
showing the current round and score.  The round and scores should be initialized to zero.

What to Turn in

What to Do Requirements

When the TA runs/examines your program, it must satisfy the following requirements. The maximum point value for each is shown in brackets.

  1. [5] Your Java source file, class, and Jar file must be appropriately named (as specified above).
  2. [15] The GUI should be set up in an intuitive fashion, the labels saying relevant things, the buttons correctly labeled, etc.
  3. [10] You should have all the buttons and labels, and text fields required for someone to understand who doesn't already know the program.
  4. [20] Upon the user pressing a button, all the relevant text fields should be updated.  For reference, play the OddsEvens.java game.
  5. [10] You must use meaningful variable names, which conform to the style guidelines and Java naming convention discussed in class.
  6. [15] You must comment your code, including block-like multi-line comments and single-line comments where appropriate. In addition, your code must be neatly and clearly formatted using appropriate "white space."
Notes: