hangman game to learn android development.
HangMan is hosted in the following web site
https://github.com/Vynos/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 | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 8 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\comic.ttf assets\hmwords.xml |
There are 63 image files in HangMan. The names of the image files are listed as follows.
a_selected.png a_unselected.png b_selected.png b_unselected.png base.png c_selected.png c_unselected.png chalkbackground.png d_selected.png d_unselected.png e_selected.png e_unselected.png f_selected.png f_unselected.png g_selected.png g_unselected.png gameover.png h_selected.png h_unselected.png i_selected.png i_unselected.png j_selected.png j_unselected.png k_selected.png k_unselected.png l_selected.png l_unselected.png m_selected.png m_unselected.png n_selected.png n_unselected.png o_selected.png o_unselected.png p_selected.png p_unselected.png playagainbackground.png q_selected.png q_unselected.png r_selected.png r_unselected.png s_selected.png s_unselected.png strike1.png strike2.png strike3.png strike4.png strike5.png strike6.png t_selected.png t_unselected.png u_selected.png u_unselected.png v_selected.png v_unselected.png w_selected.png w_unselected.png x_selected.png x_unselected.png y_selected.png y_unselected.png youwin.png z_selected.png z_unselected.png
The following screenshort is generated from the image listed above.
HangMan has the following Java source files.
com.hangman.ContinueDialog.java com.hangman.HangManMain.java com.hangman.SplashScreen.java com.hangman.database.DBAdapter .java com.hangman.database.DbToStructure.java com.hangman.guess.Guesses.java com.hangman.word.GlobalWords.java com.hangman.word.WordStructure.java