Android Open Source - Game strategy rockpaperscissor






Project Summary

Implementation of Rock Paper Scissor game on Android platform. Uses three different Strategy to plan next move. Can be played against friend and computer.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of rockpaperscissor.

ItemValue
Java File Count10
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count3




Resource Files

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.

null




Java Source Files

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