Android Open Source - Game blackjack PokeJack






Project Summary

Final Project for Introduction to Software Engineering at Boston University. Pokejack is a Pokemon themed blackjack game. I contributed to writing the backend code of this Android App..

Web Site / Source Repository

PokeJack is hosted in the following web site
https://github.com/bmfallon/PokeJack

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

ItemValue
Java File Count7
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version10
Activity Count5
jar files usedandroid-support-v4.jar




Resource Files

There are 82 image files in PokeJack. The names of the image files are listed as follows.

b10.png
b2.png
b3.png
b4.png
b5.png
b6.png
b7.png
b8.png
b9.png
ba.png
back.png
back_p.png
backbutton.png
bet.png
bet_p.png
bj.png
bk.png
black_jack.png
bq.png
button1_notpressed.png
button1_pressed.png
button2_notpressed.png
button2_pressed.png
cardback.png
double_normal.png
double_pressed.png
doubledown.png
doubledown_p.png
g10.png
g2.png
g3.png
g4.png
g5.png
g6.png
g7.png
g8.png
g9.png
ga.png
gj.png
gk.png
gq.png
help.png
help_p.png
hit.png
hit_normal.png
hit_p.png
hit_pressed.png
lose.png
p10.png
p2.png
p3.png
p4.png
p5.png
p6.png
p7.png
p8.png
p9.png
pa.png
pj.png
pk.png
play.png
play_p.png
pq.png
r10.png
r2.png
r3.png
r4.png
r5.png
r6.png
r7.png
r8.png
r9.png
ra.png
rj.png
rk.png
rq.png
shittyback2.png
stay.png
stay_normal.png
stay_p.png
stay_pressed.png
win.png

The following screenshort is generated from the image listed above.

null




Java Source Files

PokeJack has the following Java source files.

com.example.secondattempt.GenerateCard.java
com.example.secondattempt.LoseScreen.java
com.example.secondattempt.MainActivity.java
com.example.secondattempt.RandomArray.java
com.example.secondattempt.SecondScreen.java
com.example.secondattempt.ThirdScreen.java
com.example.secondattempt.WinScreen.java