Hangman for PSP: Difference between revisions

From GameBrew
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:
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 Neo Spring Coding Compo 2007 (PSP Games, 15th place).
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 63: Line 62:
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=3943.0
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=3943.0


[[Category:PSP homebrew games]]
[[Category:Homebrew puzzle games on PSP]]
 
[[Category:NEO Spring Coding Compo 2007]]

Latest revision as of 02:55, 31 May 2024

Hangman
Hangmanforpsp.jpg
General
Authorpspwner
TypePuzzle
Version1.00
LicenseMixed
Last Updated2007/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.

External links

Advertising: