Android Open Source - Game hangman Hangman






Project Summary

An Android implementation of the classic game Hangman.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Hangman.

ItemValue
Java File Count13
Supported screen sizes[hdpi]
Target SDK Version8
Minimum SDK Version8
Activity Count4
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

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