Android Open Source - Game course yahtzee4android






Project Summary

Yahtzee/Kniffle game for android made in a course at TU Munich.

Web Site / Source Repository

yahtzee4android is hosted in the following web site
https://github.com/MichaelE1000/yahtzee4android

If you think the Android project yahtzee4android 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 yahtzee4android.

ItemValue
Java File Count18
Target SDK Version20
Minimum SDK Version10
Activity Count2




License

The license information of yahtzee4android is as follows:

GNU General Public License

Resource Files

There are 12 image files in yahtzee4android. The names of the image files are listed as follows.

cube1.png
cube2.png
cube3.png
cube4.png
cube5.png
cube6.png
selectedcube1.png
selectedcube2.png
selectedcube3.png
selectedcube4.png
selectedcube5.png
selectedcube6.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.tum.yahtzee.GameActivity.java
com.tum.yahtzee.GameController.java
com.tum.yahtzee.YahtzeeActivity.java
com.tum.yahtzee.listeners.OnCubeClickListener.java
com.tum.yahtzee.moves.ChanceMove.java
com.tum.yahtzee.moves.DummyMove.java
com.tum.yahtzee.moves.FourOfAKindMove.java
com.tum.yahtzee.moves.FullHouseMove.java
com.tum.yahtzee.moves.IBaseMove.java
com.tum.yahtzee.moves.LargeStraightMove.java
com.tum.yahtzee.moves.NumberMove.java
com.tum.yahtzee.moves.SmallStraightMove.java
com.tum.yahtzee.moves.ThreeOfAKindMove.java
com.tum.yahtzee.moves.YahtzeeMove.java
com.tum.yahtzee.services.MessageService.java
com.tum.yahtzee.services.MethodPointer.java
com.tum.yahtzee.units.Cube.java
com.tum.yahtzee.units.Player.java