A06

Due Date: Friday, October 27
File(s) to be submitted: RockPaperScissors.java
Sample Output: SampleOutput.html


SUBMIT   /   Check

Rock-Paper-Scissors Game (Value-Returning Methods)

Synopsis

Implement a Rock, Paper, Scissors game using static methods in Java. The game should continuously run, allowing the player to play multiple times without restarting the program. Players can exit the game by entering a specific command.

Game Rules

Task Description

Method Requirements

Additional Requirements

Submission Requirements

Grading Outline

Note: There will be penalties for submissions that do not compile (that Netbeans shows with those red squiggly underlines) or that "crash" on sample input (do input in an unexpected way). The grader may assign a grade of zero if they deem the code too hard to fix.
SUBMIT   /   Check