More actions
m (Text replacement - "image = https://dlhb.gamebrew.org/psphomebrew/" to "image = ") |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP Homebrews | {{Infobox PSP Homebrews | ||
| title = Hangman | |title=Hangman | ||
| image = hangmanforpsp.jpg| | |image=hangmanforpsp.jpg | ||
| type = Puzzle | |description=Classic word game on PSP. | ||
| version = 1.00 | |author=pspwner | ||
| | |lastupdated=2007/03/20 | ||
| | |type=Puzzle | ||
| website = https://www.neoflash.com/forum/index.php?topic=3943.0 | |version=1.00 | ||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/psphomebrew/hangman_for_psp.zip | |||
|website=https://www.neoflash.com/forum/index.php?topic=3943.0 | |||
}} | }} | ||
Hangman for PSP is a letter guessing game made by pspwner, coded in Lua. | Hangman for PSP is a letter guessing game made by pspwner, coded in Lua. | ||
It was submitted to the | It was submitted to the NEO Spring Coding Compo 2007 (PSP Game). | ||
==Features== | ==Features== | ||
Line 36: | Line 36: | ||
Word[1] = "(first word)" | Word[1] = "(first word)" | ||
Word[2] = "(second word and so on)" | Word[2] = "(second word and so on)" | ||
Then edit dictionary.cfg to the highest numbered dictionary. | Then edit dictionary.cfg to the highest numbered dictionary. | ||
Line 57: | Line 57: | ||
gas - Awesome graphics for Hangman and Magic8Ball. | gas - Awesome graphics for Hangman and Magic8Ball. | ||
PSP-vault.com, pspupdates.qj.net, psphackdeving.tk, psp-homebrew.eu | PSP-vault.com, pspupdates.qj.net, psphackdeving.tk, psp-homebrew.eu. | ||
==External links== | ==External links== | ||
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=3943.0 | * NeoFlash - https://www.neoflash.com/forum/index.php?topic=3943.0 | ||
[[Category:PSP | [[Category:Lua games on PSP]] | ||
[[Category: | [[Category:NEO Spring Coding Compo 2007]] |
Latest revision as of 02:26, 24 October 2024
Hangman | |
---|---|
General | |
Author | pspwner |
Type | Puzzle |
Version | 1.00 |
License | Mixed |
Last Updated | 2007/03/20 |
Links | |
Download | |
Website | |
Hangman for PSP is a letter guessing game made by pspwner, coded in Lua.
It was submitted to the NEO Spring Coding Compo 2007 (PSP Game).
Features
- Two categories for a total of 71 words.
- 28 guessable letters.
- Screenshot - saves to PSP/PHOTO/HangmanScreenshot.bmp.
- USB Support.
- Awesome graphics by gas.
Installation
Place Hangman folder in ms0:/PSP/GAME/.
User guide
Same gameplay as Hangman, you have to guess the correct word by selecting the letter. You have 8 guesses to find out the hidden word before the game is over.
Making new category
Name it dictionary2.dic (or 3 or 4...). It should look like this:
Wordmax = (enter the number of words here) Word = {} Word[0] = "(category name here)" Word[1] = "(first word)" Word[2] = "(second word and so on)"
Then edit dictionary.cfg to the highest numbered dictionary.
Controls
D-pad - Moves the cursor through the letters
Cross - Select a letter
Circle - Change the subject of the word
Square - Change the word
L - Makes a USB connection
Start - Exit the game
Credits
All who helped make homebrew possible on the PSP.
gas - Awesome graphics for Hangman and Magic8Ball.
PSP-vault.com, pspupdates.qj.net, psphackdeving.tk, psp-homebrew.eu.