Android word hunt game..
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.
The following table is the detailed list of WordSlam.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi] |
Minimum SDK Version | 10 |
Activity Count | 5 |
Test Case Count | 1 |
Required Permissions | an android.permission.INTERNET |
Asset File Names | assets\dictionary.txt assets\fonts\COMIXHVY.TTF |
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.
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