Portable HangMan V1.0
author: kennethdm
-----------------------

Another simple game which used to be played a lot. After my last PMM release,
some guy asked me why no one ever made a hangman game for the psp. And since
it isn't that hard to code, here is one :)
The goal is simple, use the keyboard to guess a letter which you think is in
word you have to guess. If it is a letter of the word(s), this letter will be
shown at the correct place(s). If the letter is not present in the word(s),
one part of the gallow will be drawn, this until you either run out of guesses,
or you guess the word.
There is also a category displayed for each word, at the moment there are 4:
- songs (number one songs)
- movies (top box office movies)
- sports
- animals

You can press Triangle to take a screenshot.

for people who aren't satisfied with the words currently available, or if they
want to translate it to their own language, you can. Just open the hangword.txt
file, where you can add or delete words. the first letter of the word is the
theme:
a = animal
s = song
p = sport
m = movie

for (constructive) feedback or bug report: homebrew.psp@gmail.com
