CS 110 Introduction to Computing
Spring 2002
Project #3: Paper/Scissors/Rock
aka Jan-ken-po (japanese)
aka GaWee PaWee Boh (Korean)
Due in class on Tuesday, March 26, 2002
Write a Java applet to play the game of Paper-Scissors Rock. An example applet
is shown below:
Your applet should also keep a score (Me vs You). This will be shown in an
updated applet later.
Extra Credit
Post your applet in your own web page.
Notes
Make sure you enter your name in the NAME slot
at the top of the program. Also, use the SIGNATURE
slot in your applet.
Once you are done with the exercise, hand in a printed (stapled) report that
contains the following:
- A printout of your Java program
- A screen snapshot of your applet.
- A printout of your project window. To do this, simply click the mouse
in the project window and then chose print from the File menu.
- A short essay on your experience in doing this assignment. We want to
know how it all worked out for you and how you feel about completing this
assignment.
Back to: Course Materials