Android Open Source - Game time DrewStauftYahtzee






Project Summary

A Yahtzee game that I have created for android, will update every time updates are made. (Created by Drew Stauft).

Web Site / Source Repository

DrewStauftYahtzee is hosted in the following web site
https://github.com/pikafrogbro/DrewStauftYahtzee

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

ItemValue
Java File Count26
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Asset File Namesassets\1.design
assets\2.design
assets\3.design
assets\4.design
assets\5.design
assets\6.design
Raw File Namesres\raw\rollingdices.mp3




Resource Files

There are 15 image files in DrewStauftYahtzee. The names of the image files are listed as follows.

dice1.png
dice1fixed.png
dice2.png
dice2fixed.png
dice3.png
dice3fixed.png
dice4.png
dice4fixed.png
dice5.png
dice5fixed.png
dice6.png
dice6fixed.png
smallborder.png
smallborderdisabled.png
smallborderfocused.png

The following screenshort is generated from the image listed above.

null




Java Source Files

DrewStauftYahtzee has the following Java source files.

drew.stauft.android.ShakeDetector.java
drew.stauft.android.ShakeEventListener.java
drew.stauft.yahtzee.Game.java
drew.stauft.yahtzee.Globals.java
drew.stauft.yahtzee.Program.java
drew.stauft.yahtzee.Results.java
drew.stauft.yahtzee.data.DataRepository.java
drew.stauft.yahtzee.data.Player.java
drew.stauft.yahtzee.data.Result.java
drew.stauft.yahtzee.game.Dice.java
drew.stauft.yahtzee.game.GameContext.java
drew.stauft.yahtzee.game.LowerSection.java
drew.stauft.yahtzee.game.Player.java
drew.stauft.yahtzee.game.Section.java
drew.stauft.yahtzee.game.UpperSection.java
drew.stauft.yahtzee.game.elements.Chance.java
drew.stauft.yahtzee.game.elements.Element.java
drew.stauft.yahtzee.game.elements.FullHouse.java
drew.stauft.yahtzee.game.elements.LargeStraight.java
drew.stauft.yahtzee.game.elements.Number.java
drew.stauft.yahtzee.game.elements.OneKind.java
drew.stauft.yahtzee.game.elements.SmallStraight.java
drew.stauft.yahtzee.game.elements.Straight.java
drew.stauft.yahtzee.game.elements.Yahtzee.java
drew.stauft.yahtzee.ui.DiceImageButton.java
drew.stauft.yahtzee.ui.ElementButton.java