Android Open Source - Game card HighLow






Project Summary

Android High Low game - simple card game, first attempt at an android app..

Web Site / Source Repository

HighLow is hosted in the following web site
https://github.com/bsstoner/HighLow

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

ItemValue
Java File Count4
Minimum SDK Version4
Activity Count1

Resource Files

There are 54 image files in HighLow. The names of the image files are listed as follows.

card_back.png
clubs_ace.png
clubs_eight.png
clubs_five.png
clubs_four.png
clubs_jack.png
clubs_king.png
clubs_nine.png
clubs_queen.png
clubs_seven.png
clubs_six.png
clubs_ten.png
clubs_three.png
clubs_two.png
diamonds_ace.png
diamonds_eight.png
diamonds_five.png
diamonds_four.png
diamonds_jack.png
diamonds_king.png
diamonds_nine.png
diamonds_queen.png
diamonds_seven.png
diamonds_six.png
diamonds_ten.png
diamonds_three.png
diamonds_two.png
hearts_ace.png
hearts_eight.png
hearts_five.png
hearts_four.png
hearts_jack.png
hearts_king.png
hearts_nine.png
hearts_queen.png
hearts_seven.png
hearts_six.png
hearts_ten.png
hearts_three.png
hearts_two.png
logo.png
spades_ace.png
spades_eight.png
spades_five.png
spades_four.png
spades_jack.png
spades_king.png
spades_nine.png
spades_queen.png
spades_seven.png
spades_six.png
spades_ten.png
spades_three.png
spades_two.png

The following screenshort is generated from the image listed above.

null




Java Source Files

HighLow has the following Java source files.

com.brianstoner.games.highlow1.Card.java
com.brianstoner.games.highlow1.Deck.java
com.brianstoner.games.highlow1.HighLow.java
com.brianstoner.games.highlow1.HighLowGame.java