Skip to content

A Java version of the classic Rock-Paper-Scissors game using an Object-Oriented approach

Notifications You must be signed in to change notification settings

mrpaxton/rock_paper_scissors_oo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game A Java version of a classic Rock Paper Scissors Game. The game is designed to have an RPS class that serves as a template for creating the game.
The RPSConsole is an RPS game console. The user has a choice whether s/he would like to bet. The RPSConsole class creates an instance of the RPS class and use methods to determines the win/loss/tie.
The RPSGUIGame class provides a graphical user interface for the RPS game.The user has a choice whether s/he would like to bet. The GUI class has many GUI components and layouts and the inner class that contains helper methods that interact with the user to get inputs and displays the result.
The RPSGUIGame class creates an instance of the RPS class and use methodsto determine the win/loss/tie. Results and messages are obtained via the getters of the RPS class.

About

A Java version of the classic Rock-Paper-Scissors game using an Object-Oriented approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages