Android Open Source - Game solitaire TriPeaksSolitaireForAndroid






Project Summary

TriPeaks Solitaire for Android is a card game in which you remove cards that are adjacent (by value) to the current card. Implementation was done by Valera Trubachev and Christian d'Heureuse..

Web Site / Source Repository

TriPeaksSolitaireForAndroid is hosted in the following web site
https://github.com/TodorBalabanov/TriPeaksSolitaireForAndroid

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

ItemValue
Java File Count17
Supported screen sizes[mdpi]
Target SDK Version15
Minimum SDK Version15
Activity Count4




License

The license information of TriPeaksSolitaireForAndroid is as follows:

GNU General Public License

Resource Files

There are 65 image files in TriPeaksSolitaireForAndroid. The names of the image files are listed as follows.

average.png
back.png
back01.png
back02.png
back03.png
back04.png
back05.png
cheat.png
clubs1.png
clubs10.png
clubs11.png
clubs12.png
clubs13.png
clubs2.png
clubs3.png
clubs4.png
clubs5.png
clubs6.png
clubs7.png
clubs8.png
clubs9.png
diamonds1.png
diamonds10.png
diamonds11.png
diamonds12.png
diamonds13.png
diamonds2.png
diamonds3.png
diamonds4.png
diamonds5.png
diamonds6.png
diamonds7.png
diamonds8.png
diamonds9.png
ebingo_logo.png
front.png
hearts1.png
hearts10.png
hearts11.png
hearts12.png
hearts13.png
hearts2.png
hearts3.png
hearts4.png
hearts5.png
hearts6.png
hearts7.png
hearts8.png
hearts9.png
help.png
sigma.png
spades1.png
spades10.png
spades11.png
spades12.png
spades13.png
spades2.png
spades3.png
spades4.png
spades5.png
spades6.png
spades7.png
spades8.png
spades9.png
strategy.png

The following screenshort is generated from the image listed above.

null




Java Source Files

eu.veldsoft.tri.peaks.AboutUsActivity.java
eu.veldsoft.tri.peaks.Base64Coder.java
eu.veldsoft.tri.peaks.CardBoard.java
eu.veldsoft.tri.peaks.CardPanel.java
eu.veldsoft.tri.peaks.Card.java
eu.veldsoft.tri.peaks.Cheat.java
eu.veldsoft.tri.peaks.Constants.java
eu.veldsoft.tri.peaks.CurrencyRenderer.java
eu.veldsoft.tri.peaks.Deck.java
eu.veldsoft.tri.peaks.Encryptor.java
eu.veldsoft.tri.peaks.GameActivity.java
eu.veldsoft.tri.peaks.GameState.java
eu.veldsoft.tri.peaks.HelpActivity.java
eu.veldsoft.tri.peaks.HighScoreModel.java
eu.veldsoft.tri.peaks.LobbyActivity.java
eu.veldsoft.tri.peaks.NewPlayerException.java
eu.veldsoft.tri.peaks.TriPeaks.java