Skip to content

A simple Android app for traditional English game Hangman!

Notifications You must be signed in to change notification settings

HeleiWang/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

The github repo is on https://github.com/HeleiWang/hangman.
The https clone URL is https://github.com/HeleiWang/hangman.git
You may also find me by searching "Helei Wang" on github.

My design is an Android app for traditional English game "Hangman".
(In case of anyone not hearing about Hangman…Here is the wiki description of the game http://en.wikipedia.org/wiki/Hangman_(game).)

The game have three levels: easy, hard and expert. The game will select random word from game's dictionary. And you will guess 3 different letters of the word for easy level.(4 letters for hard level and 5 for the expert level). If the word is too short for the requirement of the level, your man will be hanged by hanged by several steps before your first guess.

The screenshot is the playing page during playing. There are another two pages (homepage and level-select-page) in the app. All buttons are signed with color-changed effect.

Some graphic work is referenced to http://www.hangman.no/ and http://www.tabletalkatlarrys.com/index.php/2011/06/i-still-love-to-eat-quadruple-coronory-bypass-surgery/.

The app is not only used for Android study by Helei Wang. It is not for profit. Helei Wang helds the whole copyright of the codes. Please delete it within 24hours after downloading.


--How to install it on Android Phone:

Download hangu.apk located in  /hangu/bin/ to the Android Phone. Install the app. You may need to change some settings to allow your phone to run the apk file.

--Do not suggest use it on Android tablet for layout reason.

--How to check out on PC

Clone the git repo into your PC. Assume the location is L.
Open Eclipse(Android).
Choose File->Import->Existing projects into workspace->Next
Select root directory is L/hangu.
Choose Finish.
Right click on the root folder name(should be hangu) in Package Explorer.
Select Run AS->Android Application.
You may connect with Android phone to display it or just run on your PC.

--Helei Wang
--Sep 23 2013


About

A simple Android app for traditional English game Hangman!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages