Implementation of Rock Paper Scissor game on Android platform. Uses three different Strategy to plan next move. Can be played against friend and computer.
rockpaperscissor is hosted in the following web site
https://github.com/gshrestha/rockpaperscissor
If you think the Android project rockpaperscissor 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 rockpaperscissor.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
There are 6 image files in rockpaperscissor. The names of the image files are listed as follows.
computer.png e.png friend.png game.png ic_action_search.png k.png
The following screenshort is generated from the image listed above.
rockpaperscissor has the following Java source files.
com.minhaz.rockpaperscissors.ComputerActivity.java com.minhaz.rockpaperscissors.FriendActivity.java com.minhaz.rockpaperscissors.MainActivity.java com.minhaz.rockpaperscissors.RockPaperScissor.java com.rockpaperscissors.strategy.FrequencyCount.java com.rockpaperscissors.strategy.GameStrategy.java com.rockpaperscissors.strategy.HistoryMatchingStrategy.java com.rockpaperscissors.strategy.RandomStrategy.java com.rockpaperscissors.strategy.SensorStrategy.java