Rock Paper Scissors Extreme: Android application featuring the rock paper scissors game designed for CIS 490 Mobile App Development class. Fall 2014..
RockPaperScissorsExtreme is hosted in the following web site
https://github.com/hsgary01/RockPaperScissorsExtreme
If you think the Android project RockPaperScissorsExtreme listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RockPaperScissorsExtreme.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
There are 8 image files in RockPaperScissorsExtreme. The names of the image files are listed as follows.
paper.9.png paperbill.9.png pbgsmall.9.png rock.9.png rps_mono.9.png scissors.9.png thing_dialogue_1.9.png wolverine_4.9.png
The following screenshort is generated from the image listed above.
RockPaperScissorsExtreme has the following Java source files.
com.school.harrisongary.rockpaperscissorsextreme.ApplicationTest.java com.school.harrisongary.rockpaperscissorsextreme.RPSselect.java com.school.harrisongary.rockpaperscissorsextreme.ResultPage.java com.school.harrisongary.rockpaperscissorsextreme.Title_Screen.java com.school.harrisongary.rockpaperscissorsextreme.factory.GestureFactory.java com.school.harrisongary.rockpaperscissorsextreme.model.Gesture.java com.school.harrisongary.rockpaperscissorsextreme.model.Paper.java com.school.harrisongary.rockpaperscissorsextreme.model.Rock.java com.school.harrisongary.rockpaperscissorsextreme.model.Scissors.java com.school.harrisongary.rockpaperscissorsextreme.utils.RockPaperScissorsUtil.java com.school.harrisongary.rockpaperscissorsextreme.utils.TextUtils.java