More actions
(Created page with "{{Infobox PSP homebrew | title = Hangman | image = https://dlhb.gamebrew.org/psphomebrew/Hangman.jpg|250px | type = Puzzle | version = v1.00 | licence = Mixed | author = pspwn...") |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = Hangman | |title=Hangman | ||
| image = | |image=hangmanforpsp.jpg | ||
| type = Puzzle | |description=Classic word game on PSP. | ||
| version = | |author=pspwner | ||
| | |lastupdated=2007/03/20 | ||
| | |type=Puzzle | ||
|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. | |||
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== | |||
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. | 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: | Name it dictionary2.dic (or 3 or 4...). It should look like this: | ||
Wordmax = (enter the number of words here) | Wordmax = (enter the number of words here) | ||
Word = {} | Word = {} | ||
Word[0] = "(category name here)" | Word[0] = "(category name here)" | ||
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. | ||
Controls | ==Controls== | ||
D-pad - Moves the cursor through the letters | D-pad - Moves the cursor through the letters | ||
Cross - Select a letter | Cross - Select a letter | ||
Circle - Change the subject of the word | Circle - Change the subject of the word | ||
Square - Change the word | Square - Change the word | ||
L | |||
L - Makes a USB connection | |||
Start - Exit the game | Start - Exit the game | ||
Credits | ==Credits== | ||
All who helped make homebrew possible on the PSP. | All who helped make homebrew possible on the PSP. | ||
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. | |||
NeoFlash | |||
==External links== | |||
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=3943.0 | |||
[[Category:Lua games on PSP]] | |||
[[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.