An Android implementation of the classic game Hangman.
Hangman is hosted in the following web site
https://github.com/burgwyn/Hangman
If you think the Android project Hangman 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 Hangman.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [hdpi] |
Target SDK Version | 8 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 10 image files in Hangman. The names of the image files are listed as follows.
glyphicons_040_stats.png glyphicons_136_cogwheel.png glyphicons_192_circle_remove.png hangman_0.png hangman_1.png hangman_2.png hangman_3.png hangman_4.png hangman_5.png hangman_6.png
The following screenshort is generated from the image listed above.
Hangman has the following Java source files.
com.natburgwyn.hangman.DBHelper.java com.natburgwyn.hangman.Game.java com.natburgwyn.hangman.GameActivity.java com.natburgwyn.hangman.GameEndDialogFragment.java com.natburgwyn.hangman.GameManager.java com.natburgwyn.hangman.GuessDialogFragment.java com.natburgwyn.hangman.HangmanApplication.java com.natburgwyn.hangman.HangmanPreferencesActivity.java com.natburgwyn.hangman.IGameEndListener.java com.natburgwyn.hangman.IGuessListener.java com.natburgwyn.hangman.MainActivity.java com.natburgwyn.hangman.StatisticsActivity.java com.natburgwyn.hangman.Turn.java