Android Open Source - Game hunt WordSlam






Project Summary

Android word hunt game..

Web Site / Source Repository

WordSlam is hosted in the following web site
https://github.com/XaaK/WordSlam

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

ItemValue
Java File Count12
Supported screen sizes[mdpi]
Minimum SDK Version10
Activity Count5
Test Case Count1
Required Permissionsan
android.permission.INTERNET
Asset File Namesassets\dictionary.txt
assets\fonts\COMIXHVY.TTF




Resource Files

There are 10 image files in WordSlam. The names of the image files are listed as follows.

bonus.png
btn_correct.9.png
btn_default_normal.9.png
btn_default_selected.9.png
btn_incorrect.9.png
settings.png
stickman.png
stickmanleft.png
stickmanright.png
winner.png

The following screenshort is generated from the image listed above.

null




Java Source Files

WordSlam has the following Java source files.

psu.se.wordslam.GameSetupActivity.java
psu.se.wordslam.GridButton.java
psu.se.wordslam.MainMenuActivity.java
psu.se.wordslam.MultiplayerSetupActivity.java
psu.se.wordslam.ResultsActivity.java
psu.se.wordslam.SingleGameActivity.java
psu.se.wordslam.model.Alphabet.java
psu.se.wordslam.model.Game.java
psu.se.wordslam.model.HashDictionary.java
psu.se.wordslam.model.LetterGrid.java
psu.se.wordslam.model.WordSlamApplication.java
psu.se.wordslam.testclient.TestGrid.java