Skip to content

A simple Rock, Paper, Scissors game against your command line

Notifications You must be signed in to change notification settings

jamescalcagni/RockPaperScissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RockPaperScissors

This is a very simple game that allows you to play Rock, Paper, Scissors against your command line.

To play: Download the files RPS.java and IO.java to the same folder. Go to your terminal and cd into the correct folder, then type "javac RPS.java && java RPS" and hit enter.
When prompted type rock, paper, or scissors and hit enter. Capitalization does not matter. The computer will also simultaneously submit their choice and a message will display the winner.

Enjoy.

Note: makes use of I/O Streams classes from the java.io package -- must have java.io downloaded to the same directory. It is included in this repository.

About

A simple Rock, Paper, Scissors game against your command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages